Html Css Color HEX #843200 Saddle Brown

📋 copy color: '#843200'

red 132 ◦ green 50 ◦ blue 0

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

Shades of Saddle Brown #843200

Tints of Saddle Brown #843200

RGB

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

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

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

R = 72.53%
G = 27.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#843200 (or 0x843200) is known color: Saddle Brown. HEX triplet: 84, 32 and 00. RGB value is (132,50,0). Sum of RGB (Red+Green+Blue) = 132+50+0=182 (24% of max value = 765). Red value is 132 (51.95% from 255 or 72.53% from 182); Green value is 50 (19.92% from 255 or 27.47% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 132 - color contains mainly: red. Hex color #843200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843200 is #7BCDFF. Grayscale: #454545. Windows color (decimal): -8113664 or 12932. OLE color: 12932.

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

Color convert

RGB 132 50 0 -
CMYK 0 0.62 1 0.48
HSL 22.73º 1% 0.26% -
HSV(B) 22.73º 1% 0.52% -
XYZ 10.66 7.19 0.83 -
YUV 68.82 89.17 173.07 -
System Red Green Blue C M Y K H S L
Decimal 132 50 0 0 0.62 1 0.48 22.73 1 0.26
Hex 84 32 0 0 3E 64 30 17 64 1A
Octal 204 62 0 0 76 144 60 27 144 32
Binary 10000100 110010 0 0 111110 1100100 110000 10111 1100100 11010

Color Harmonies of #843200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843200

Black with #843200

Text Example


Text Example

White with #843200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843200; }

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

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

background-color css

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

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

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

border-color css

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

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

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