Html Css Color HEX #843800 Saddle Brown

📋 copy color: '#843800'

red 132 ◦ green 56 ◦ blue 0

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

Shades of Saddle Brown #843800

Tints of Saddle Brown #843800

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.79%

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

R = 70.21%
G = 29.79%
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

#843800 (or 0x843800) is known color: Saddle Brown. HEX triplet: 84, 38 and 00. RGB value is (132,56,0). Sum of RGB (Red+Green+Blue) = 132+56+0=188 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.21% from 188); Green value is 56 (22.27% from 255 or 29.79% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 132 - color contains mainly: red. Hex color #843800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843800 is #7BC7FF. Grayscale: #484848. Windows color (decimal): -8112128 or 14468. OLE color: 14468.

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

Color convert

RGB 132 56 0 -
CMYK 0 0.58 1 0.48
HSL 25.45º 1% 0.26% -
HSV(B) 25.45º 1% 0.52% -
XYZ 10.93 7.73 0.92 -
YUV 72.34 87.18 170.55 -
System Red Green Blue C M Y K H S L
Decimal 132 56 0 0 0.58 1 0.48 25.45 1 0.26
Hex 84 38 0 0 3A 64 30 19 64 1A
Octal 204 70 0 0 72 144 60 31 144 32
Binary 10000100 111000 0 0 111010 1100100 110000 11001 1100100 11010

Color Harmonies of #843800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843800

Black with #843800

Text Example


Text Example

White with #843800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843800; }

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

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

background-color css

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

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

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

border-color css

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

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

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