Html Css Color HEX #842D09 Saddle Brown

📋 copy color: '#842D09'

red 132 ◦ green 45 ◦ blue 9

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

Shades of Saddle Brown #842D09

Tints of Saddle Brown #842D09

RGB

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

 GREEN value IS 45 (17.97% from 255) = 24.19%

 BLUE value IS 9 (3.91% from 255) = 4.84%

R = 70.97%
G = 24.19%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#842D09 (or 0x842D09) is known color: Saddle Brown. HEX triplet: 84, 2D and 09. RGB value is (132,45,9). Sum of RGB (Red+Green+Blue) = 132+45+9=186 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.97% from 186); Green value is 45 (17.97% from 255 or 24.19% from 186); Blue value is 9 (3.91% from 255 or 4.84% from 186); Max value from RGB is 132 - color contains mainly: red. Hex color #842D09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842D09 is #7BD2F6. Grayscale: #434343. Windows color (decimal): -8114935 or 601476. OLE color: 601476.

HSL color Cylindrical-coordinate representation of color #842D09: hue angle of 17.56º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #842D09 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 45 9 -
CMYK 0 0.66 0.93 0.48
HSL 17.56º 0.87% 0.28% -
HSV(B) 17.56º 0.93% 0.52% -
XYZ 10.5 6.8 1.02 -
YUV 66.91 95.32 174.43 -
System Red Green Blue C M Y K H S L
Decimal 132 45 9 0 0.66 0.93 0.48 17.56 0.87 0.28
Hex 84 2D 9 0 42 5D 30 12 57 1C
Octal 204 55 11 0 102 135 60 22 127 34
Binary 10000100 101101 1001 0 1000010 1011101 110000 10010 1010111 11100

Color Harmonies of #842D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842D09

Black with #842D09

Text Example


Text Example

White with #842D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842D09; }

 p { color: rgb(132,45,9); }

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

background-color css

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

 a { background-color: rgb(132,45,9); }

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

border-color css

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

 span { border-color: rgb(132,45,9); }

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