Html Css Color HEX #863E08 Saddle Brown

📋 copy color: '#863E08'

red 134 ◦ green 62 ◦ blue 8

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

Shades of Saddle Brown #863E08

Tints of Saddle Brown #863E08

RGB

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

 GREEN value IS 62 (24.61% from 255) = 30.39%

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

R = 65.69%
G = 30.39%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#863E08 (or 0x863E08) is known color: Saddle Brown. HEX triplet: 86, 3E and 08. RGB value is (134,62,8). Sum of RGB (Red+Green+Blue) = 134+62+8=204 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.69% from 204); Green value is 62 (24.61% from 255 or 30.39% from 204); Blue value is 8 (3.52% from 255 or 3.92% from 204); Max value from RGB is 134 - color contains mainly: red. Hex color #863E08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863E08 is #79C1F7. Grayscale: #4D4D4D. Windows color (decimal): -7979512 or 540294. OLE color: 540294.

HSL color Cylindrical-coordinate representation of color #863E08: hue angle of 25.71º 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 #863E08 is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 62 8 -
CMYK 0 0.54 0.94 0.47
HSL 25.71º 0.89% 0.28% -
HSV(B) 25.71º 0.94% 0.53% -
XYZ 11.6 8.53 1.27 -
YUV 77.37 88.85 168.39 -
System Red Green Blue C M Y K H S L
Decimal 134 62 8 0 0.54 0.94 0.47 25.71 0.89 0.28
Hex 86 3E 8 0 36 5E 2F 1A 59 1C
Octal 206 76 10 0 66 136 57 32 131 34
Binary 10000110 111110 1000 0 110110 1011110 101111 11010 1011001 11100

Color Harmonies of #863E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863E08

Black with #863E08

Text Example


Text Example

White with #863E08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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