Html Css Color HEX #863C08 Saddle Brown

📋 copy color: '#863C08'

red 134 ◦ green 60 ◦ blue 8

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

Shades of Saddle Brown #863C08

Tints of Saddle Brown #863C08

RGB

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

 GREEN value IS 60 (23.83% from 255) = 29.7%

 BLUE value IS 8 (3.52% from 255) = 3.96%

R = 66.34%
G = 29.7%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#863C08 (or 0x863C08) is known color: Saddle Brown. HEX triplet: 86, 3C and 08. RGB value is (134,60,8). Sum of RGB (Red+Green+Blue) = 134+60+8=202 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.34% from 202); Green value is 60 (23.83% from 255 or 29.70% from 202); Blue value is 8 (3.52% from 255 or 3.96% from 202); Max value from RGB is 134 - color contains mainly: red. Hex color #863C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863C08 is #79C3F7. Grayscale: #4C4C4C. Windows color (decimal): -7980024 or 539782. OLE color: 539782.

HSL color Cylindrical-coordinate representation of color #863C08: hue angle of 24.76º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #863C08 is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 60 8 -
CMYK 0 0.55 0.94 0.47
HSL 24.76º 0.89% 0.28% -
HSV(B) 24.76º 0.94% 0.53% -
XYZ 11.49 8.32 1.23 -
YUV 76.2 89.52 169.23 -
System Red Green Blue C M Y K H S L
Decimal 134 60 8 0 0.55 0.94 0.47 24.76 0.89 0.28
Hex 86 3C 8 0 37 5E 2F 19 59 1C
Octal 206 74 10 0 67 136 57 31 131 34
Binary 10000110 111100 1000 0 110111 1011110 101111 11001 1011001 11100

Color Harmonies of #863C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863C08

Black with #863C08

Text Example


Text Example

White with #863C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863C08; }

 p { color: rgb(134,60,8); }

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

background-color css

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

 a { background-color: rgb(134,60,8); }

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

border-color css

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

 span { border-color: rgb(134,60,8); }

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