Html Css Color HEX #842A00 Saddle Brown

📋 copy color: '#842A00'

red 132 ◦ green 42 ◦ blue 0

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

Shades of Saddle Brown #842A00

Tints of Saddle Brown #842A00

RGB

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

 GREEN value IS 42 (16.8% from 255) = 24.14%

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

R = 75.86%
G = 24.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#842A00 (or 0x842A00) is known color: Saddle Brown. HEX triplet: 84, 2A and 00. RGB value is (132,42,0). Sum of RGB (Red+Green+Blue) = 132+42+0=174 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75.86% from 174); Green value is 42 (16.80% from 255 or 24.14% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 132 - color contains mainly: red. Hex color #842A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842A00 is #7BD5FF. Grayscale: #404040. Windows color (decimal): -8115712 or 10884. OLE color: 10884.

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

Color convert

RGB 132 42 0 -
CMYK 0 0.68 1 0.48
HSL 19.09º 1% 0.26% -
HSV(B) 19.09º 1% 0.52% -
XYZ 10.34 6.56 0.72 -
YUV 64.12 91.82 176.42 -
System Red Green Blue C M Y K H S L
Decimal 132 42 0 0 0.68 1 0.48 19.09 1 0.26
Hex 84 2A 0 0 44 64 30 13 64 1A
Octal 204 52 0 0 104 144 60 23 144 32
Binary 10000100 101010 0 0 1000100 1100100 110000 10011 1100100 11010

Color Harmonies of #842A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842A00

Black with #842A00

Text Example


Text Example

White with #842A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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