Html Css Color HEX #843700 Saddle Brown

📋 copy color: '#843700'

red 132 ◦ green 55 ◦ blue 0

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

Shades of Saddle Brown #843700

Tints of Saddle Brown #843700

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.41%

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

R = 70.59%
G = 29.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#843700 (or 0x843700) is known color: Saddle Brown. HEX triplet: 84, 37 and 00. RGB value is (132,55,0). Sum of RGB (Red+Green+Blue) = 132+55+0=187 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.59% from 187); Green value is 55 (21.88% from 255 or 29.41% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 132 - color contains mainly: red. Hex color #843700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843700 is #7BC8FF. Grayscale: #484848. Windows color (decimal): -8112384 or 14212. OLE color: 14212.

HSL color Cylindrical-coordinate representation of color #843700: hue angle of 25º 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 #843700 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 55 0 -
CMYK 0 0.58 1 0.48
HSL 25º 1% 0.26% -
HSV(B) 25º 1% 0.52% -
XYZ 10.88 7.64 0.9 -
YUV 71.75 87.51 170.97 -
System Red Green Blue C M Y K H S L
Decimal 132 55 0 0 0.58 1 0.48 25 1 0.26
Hex 84 37 0 0 3A 64 30 19 64 1A
Octal 204 67 0 0 72 144 60 31 144 32
Binary 10000100 110111 0 0 111010 1100100 110000 11001 1100100 11010

Color Harmonies of #843700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843700

Black with #843700

Text Example


Text Example

White with #843700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843700; }

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

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

background-color css

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

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

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

border-color css

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

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

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