Html Css Color HEX #843600 Saddle Brown

📋 copy color: '#843600'

red 132 ◦ green 54 ◦ blue 0

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

Shades of Saddle Brown #843600

Tints of Saddle Brown #843600

RGB

 RED value IS 132 (51.95% from 255) = 70.97%

 GREEN value IS 54 (21.48% from 255) = 29.03%

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

R = 70.97%
G = 29.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#843600 (or 0x843600) is known color: Saddle Brown. HEX triplet: 84, 36 and 00. RGB value is (132,54,0). Sum of RGB (Red+Green+Blue) = 132+54+0=186 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.97% from 186); Green value is 54 (21.48% from 255 or 29.03% from 186); Blue value is 0 (0.39% from 255 or 0% from 186); Max value from RGB is 132 - color contains mainly: red. Hex color #843600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843600 is #7BC9FF. Grayscale: #474747. Windows color (decimal): -8112640 or 13956. OLE color: 13956.

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

Color convert

RGB 132 54 0 -
CMYK 0 0.59 1 0.48
HSL 24.55º 1% 0.26% -
HSV(B) 24.55º 1% 0.52% -
XYZ 10.83 7.54 0.89 -
YUV 71.17 87.84 171.39 -
System Red Green Blue C M Y K H S L
Decimal 132 54 0 0 0.59 1 0.48 24.55 1 0.26
Hex 84 36 0 0 3B 64 30 19 64 1A
Octal 204 66 0 0 73 144 60 31 144 32
Binary 10000100 110110 0 0 111011 1100100 110000 11001 1100100 11010

Color Harmonies of #843600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843600

Black with #843600

Text Example


Text Example

White with #843600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843600; }

 p { color: rgb(132,54,0); }

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

background-color css

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

 a { background-color: rgb(132,54,0); }

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

border-color css

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

 span { border-color: rgb(132,54,0); }

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