Html Css Color HEX #862C09 Saddle Brown

📋 copy color: '#862C09'

red 134 ◦ green 44 ◦ blue 9

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

Shades of Saddle Brown #862C09

Tints of Saddle Brown #862C09

RGB

 RED value IS 134 (52.73% from 255) = 71.66%

 GREEN value IS 44 (17.58% from 255) = 23.53%

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

R = 71.66%
G = 23.53%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#862C09 (or 0x862C09) is known color: Saddle Brown. HEX triplet: 86, 2C and 09. RGB value is (134,44,9). Sum of RGB (Red+Green+Blue) = 134+44+9=187 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.66% from 187); Green value is 44 (17.58% from 255 or 23.53% from 187); Blue value is 9 (3.91% from 255 or 4.81% from 187); Max value from RGB is 134 - color contains mainly: red. Hex color #862C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862C09 is #79D3F6. Grayscale: #434343. Windows color (decimal): -7984119 or 601222. OLE color: 601222.

HSL color Cylindrical-coordinate representation of color #862C09: hue angle of 16.8º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #862C09 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 44 9 -
CMYK 0 0.67 0.93 0.47
HSL 16.8º 0.87% 0.28% -
HSV(B) 16.8º 0.93% 0.53% -
XYZ 10.78 6.89 1.02 -
YUV 66.92 95.32 175.85 -
System Red Green Blue C M Y K H S L
Decimal 134 44 9 0 0.67 0.93 0.47 16.8 0.87 0.28
Hex 86 2C 9 0 43 5D 2F 11 57 1C
Octal 206 54 11 0 103 135 57 21 127 34
Binary 10000110 101100 1001 0 1000011 1011101 101111 10001 1010111 11100

Color Harmonies of #862C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862C09

Black with #862C09

Text Example


Text Example

White with #862C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862C09; }

 p { color: rgb(134,44,9); }

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

background-color css

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

 a { background-color: rgb(134,44,9); }

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

border-color css

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

 span { border-color: rgb(134,44,9); }

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