Html Css Color HEX #863E05 Saddle Brown

📋 copy color: '#863E05'

red 134 ◦ green 62 ◦ blue 5

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

Shades of Saddle Brown #863E05

Tints of Saddle Brown #863E05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.49%

R = 66.67%
G = 30.85%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#863E05 (or 0x863E05) is known color: Saddle Brown. HEX triplet: 86, 3E and 05. RGB value is (134,62,5). Sum of RGB (Red+Green+Blue) = 134+62+5=201 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.67% from 201); Green value is 62 (24.61% from 255 or 30.85% from 201); Blue value is 5 (2.34% from 255 or 2.49% from 201); Max value from RGB is 134 - color contains mainly: red. Hex color #863E05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863E05 is #79C1FA. Grayscale: #4D4D4D. Windows color (decimal): -7979515 or 343686. OLE color: 343686.

HSL color Cylindrical-coordinate representation of color #863E05: hue angle of 26.51º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #863E05 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 62 5 -
CMYK 0 0.54 0.96 0.47
HSL 26.51º 0.93% 0.27% -
HSV(B) 26.51º 0.96% 0.53% -
XYZ 11.58 8.52 1.18 -
YUV 77.03 87.35 168.63 -
System Red Green Blue C M Y K H S L
Decimal 134 62 5 0 0.54 0.96 0.47 26.51 0.93 0.27
Hex 86 3E 5 0 36 60 2F 1B 5D 1B
Octal 206 76 5 0 66 140 57 33 135 33
Binary 10000110 111110 101 0 110110 1100000 101111 11011 1011101 11011

Color Harmonies of #863E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863E05

Black with #863E05

Text Example


Text Example

White with #863E05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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