Html Css Color HEX #863409 Saddle Brown

📋 copy color: '#863409'

red 134 ◦ green 52 ◦ blue 9

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

Shades of Saddle Brown #863409

Tints of Saddle Brown #863409

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.67%

 BLUE value IS 9 (3.91% from 255) = 4.62%

R = 68.72%
G = 26.67%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#863409 (or 0x863409) is known color: Saddle Brown. HEX triplet: 86, 34 and 09. RGB value is (134,52,9). Sum of RGB (Red+Green+Blue) = 134+52+9=195 (25% of max value = 765). Red value is 134 (52.73% from 255 or 68.72% from 195); Green value is 52 (20.70% from 255 or 26.67% from 195); Blue value is 9 (3.91% from 255 or 4.62% from 195); Max value from RGB is 134 - color contains mainly: red. Hex color #863409 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863409 is #79CBF6. Grayscale: #474747. Windows color (decimal): -7982071 or 603270. OLE color: 603270.

HSL color Cylindrical-coordinate representation of color #863409: hue angle of 20.64º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #863409 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 52 9 -
CMYK 0 0.61 0.93 0.47
HSL 20.64º 0.87% 0.28% -
HSV(B) 20.64º 0.93% 0.53% -
XYZ 11.11 7.54 1.13 -
YUV 71.62 92.67 172.5 -
System Red Green Blue C M Y K H S L
Decimal 134 52 9 0 0.61 0.93 0.47 20.64 0.87 0.28
Hex 86 34 9 0 3D 5D 2F 15 57 1C
Octal 206 64 11 0 75 135 57 25 127 34
Binary 10000110 110100 1001 0 111101 1011101 101111 10101 1010111 11100

Color Harmonies of #863409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863409

Black with #863409

Text Example


Text Example

White with #863409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863409; }

 p { color: rgb(134,52,9); }

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

background-color css

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

 a { background-color: rgb(134,52,9); }

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

border-color css

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

 span { border-color: rgb(134,52,9); }

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