Html Css Color HEX #844101 Saddle Brown

📋 copy color: '#844101'

red 132 ◦ green 65 ◦ blue 1

#844101
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle Brown #844101

Tints of Saddle Brown #844101

RGB

 RED value IS 132 (51.95% from 255) = 66.67%

 GREEN value IS 65 (25.78% from 255) = 32.83%

 BLUE value IS 1 (0.78% from 255) = 0.51%

R = 66.67%
G = 32.83%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#844101 (or 0x844101) is known color: Saddle Brown. HEX triplet: 84, 41 and 01. RGB value is (132,65,1). Sum of RGB (Red+Green+Blue) = 132+65+1=198 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66.67% from 198); Green value is 65 (25.78% from 255 or 32.83% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 132 - color contains mainly: red. Hex color #844101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844101 is #7BBEFE. Grayscale: #4E4E4E. Windows color (decimal): -8109823 or 82308. OLE color: 82308.

HSL color Cylindrical-coordinate representation of color #844101: hue angle of 29.31º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #844101 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 65 1 -
CMYK 0 0.51 0.99 0.48
HSL 29.31º 0.98% 0.26% -
HSV(B) 29.31º 0.99% 0.52% -
XYZ 11.41 8.69 1.1 -
YUV 77.74 84.7 166.7 -
System Red Green Blue C M Y K H S L
Decimal 132 65 1 0 0.51 0.99 0.48 29.31 0.98 0.26
Hex 84 41 1 0 33 63 30 1D 62 1A
Octal 204 101 1 0 63 143 60 35 142 32
Binary 10000100 1000001 1 0 110011 1100011 110000 11101 1100010 11010

Color Harmonies of #844101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844101

Black with #844101

Text Example


Text Example

White with #844101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844101; }

 p { color: rgb(132,65,1); }

 H1.HeaderClassName
 {
   color: #844101;
 }
 .AnyTagClassName
 {
   color: #844101;
 }
</style>

background-color css

<style>
 a { background-color: #844101; }

 a { background-color: rgb(132,65,1); }

 div.DivClassName
 {
   background-color: #844101;
 }
 .BgClassName
 {
   background-color: #844101;
 }
</style>

border-color css

<style>
 span { border-color: #844101; }

 span { border-color: rgb(132,65,1); }

 td.TdClassName
 {
   border-color: #844101;
 }
 .TagClassName
 {
   border-color: #844101;
 }
</style>