Html Css Color HEX #863200 Saddle Brown

📋 copy color: '#863200'

red 134 ◦ green 50 ◦ blue 0

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

Shades of Saddle Brown #863200

Tints of Saddle Brown #863200

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.17%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.83%
G = 27.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#863200 (or 0x863200) is known color: Saddle Brown. HEX triplet: 86, 32 and 00. RGB value is (134,50,0). Sum of RGB (Red+Green+Blue) = 134+50+0=184 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.83% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 134 - color contains mainly: red. Hex color #863200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863200 is #79CDFF. Grayscale: #454545. Windows color (decimal): -7982592 or 12934. OLE color: 12934.

HSL color Cylindrical-coordinate representation of color #863200: hue angle of 22.39º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #863200 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 50 0 -
CMYK 0 0.63 1 0.47
HSL 22.39º 1% 0.26% -
HSV(B) 22.39º 1% 0.53% -
XYZ 10.97 7.35 0.84 -
YUV 69.42 88.83 174.07 -
System Red Green Blue C M Y K H S L
Decimal 134 50 0 0 0.63 1 0.47 22.39 1 0.26
Hex 86 32 0 0 3F 64 2F 16 64 1A
Octal 206 62 0 0 77 144 57 26 144 32
Binary 10000110 110010 0 0 111111 1100100 101111 10110 1100100 11010

Color Harmonies of #863200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863200

Black with #863200

Text Example


Text Example

White with #863200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863200; }

 p { color: rgb(134,50,0); }

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

background-color css

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

 a { background-color: rgb(134,50,0); }

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

border-color css

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

 span { border-color: rgb(134,50,0); }

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