Html Css Color HEX #842900 Saddle Brown

📋 copy color: '#842900'

red 132 ◦ green 41 ◦ blue 0

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

Shades of Saddle Brown #842900

Tints of Saddle Brown #842900

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.7%

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

R = 76.3%
G = 23.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#842900 (or 0x842900) is known color: Saddle Brown. HEX triplet: 84, 29 and 00. RGB value is (132,41,0). Sum of RGB (Red+Green+Blue) = 132+41+0=173 (22% of max value = 765). Red value is 132 (51.95% from 255 or 76.30% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 132 - color contains mainly: red. Hex color #842900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842900 is #7BD6FF. Grayscale: #3F3F3F. Windows color (decimal): -8115968 or 10628. OLE color: 10628.

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

Color convert

RGB 132 41 0 -
CMYK 0 0.69 1 0.48
HSL 18.64º 1% 0.26% -
HSV(B) 18.64º 1% 0.52% -
XYZ 10.31 6.49 0.71 -
YUV 63.54 92.15 176.83 -
System Red Green Blue C M Y K H S L
Decimal 132 41 0 0 0.69 1 0.48 18.64 1 0.26
Hex 84 29 0 0 45 64 30 13 64 1A
Octal 204 51 0 0 105 144 60 23 144 32
Binary 10000100 101001 0 0 1000101 1100100 110000 10011 1100100 11010

Color Harmonies of #842900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842900

Black with #842900

Text Example


Text Example

White with #842900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842900; }

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

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

background-color css

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

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

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

border-color css

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

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

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