Html Css Color HEX #863B05 Saddle Brown

📋 copy color: '#863B05'

red 134 ◦ green 59 ◦ blue 5

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

Shades of Saddle Brown #863B05

Tints of Saddle Brown #863B05

RGB

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

 GREEN value IS 59 (23.44% from 255) = 29.8%

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

R = 67.68%
G = 29.8%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#863B05 (or 0x863B05) is known color: Saddle Brown. HEX triplet: 86, 3B and 05. RGB value is (134,59,5). Sum of RGB (Red+Green+Blue) = 134+59+5=198 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.68% from 198); Green value is 59 (23.44% from 255 or 29.80% from 198); Blue value is 5 (2.34% from 255 or 2.53% from 198); Max value from RGB is 134 - color contains mainly: red. Hex color #863B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863B05 is #79C4FA. Grayscale: #4B4B4B. Windows color (decimal): -7980283 or 342918. OLE color: 342918.

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

Color convert

RGB 134 59 5 -
CMYK 0 0.56 0.96 0.47
HSL 25.12º 0.93% 0.27% -
HSV(B) 25.12º 0.96% 0.53% -
XYZ 11.42 8.21 1.13 -
YUV 75.27 88.35 169.89 -
System Red Green Blue C M Y K H S L
Decimal 134 59 5 0 0.56 0.96 0.47 25.12 0.93 0.27
Hex 86 3B 5 0 38 60 2F 19 5D 1B
Octal 206 73 5 0 70 140 57 31 135 33
Binary 10000110 111011 101 0 111000 1100000 101111 11001 1011101 11011

Color Harmonies of #863B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863B05

Black with #863B05

Text Example


Text Example

White with #863B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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