Html Css Color HEX #862C07 Saddle Brown

📋 copy color: '#862C07'

red 134 ◦ green 44 ◦ blue 7

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

Shades of Saddle Brown #862C07

Tints of Saddle Brown #862C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.78%

R = 72.43%
G = 23.78%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.47

RGB Variations

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

Color information

#862C07 (or 0x862C07) is known color: Saddle Brown. HEX triplet: 86, 2C and 07. RGB value is (134,44,7). Sum of RGB (Red+Green+Blue) = 134+44+7=185 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.43% from 185); Green value is 44 (17.58% from 255 or 23.78% from 185); Blue value is 7 (3.12% from 255 or 3.78% from 185); Max value from RGB is 134 - color contains mainly: red. Hex color #862C07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862C07 is #79D3F8. Grayscale: #424242. Windows color (decimal): -7984121 or 470150. OLE color: 470150.

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

Color convert

RGB 134 44 7 -
CMYK 0 0.67 0.95 0.47
HSL 17.48º 0.9% 0.28% -
HSV(B) 17.48º 0.95% 0.53% -
XYZ 10.77 6.89 0.96 -
YUV 66.69 94.32 176.01 -
System Red Green Blue C M Y K H S L
Decimal 134 44 7 0 0.67 0.95 0.47 17.48 0.9 0.28
Hex 86 2C 7 0 43 5F 2F 11 5A 1C
Octal 206 54 7 0 103 137 57 21 132 34
Binary 10000110 101100 111 0 1000011 1011111 101111 10001 1011010 11100

Color Harmonies of #862C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862C07

Black with #862C07

Text Example


Text Example

White with #862C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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