Html Css Color HEX #844002 Saddle Brown

📋 copy color: '#844002'

red 132 ◦ green 64 ◦ blue 2

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

Shades of Saddle Brown #844002

Tints of Saddle Brown #844002

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.32%

 BLUE value IS 2 (1.17% from 255) = 1.01%

R = 66.67%
G = 32.32%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#844002 (or 0x844002) is known color: Saddle Brown. HEX triplet: 84, 40 and 02. RGB value is (132,64,2). Sum of RGB (Red+Green+Blue) = 132+64+2=198 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66.67% from 198); Green value is 64 (25.39% from 255 or 32.32% from 198); Blue value is 2 (1.17% from 255 or 1.01% from 198); Max value from RGB is 132 - color contains mainly: red. Hex color #844002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844002 is #7BBFFD. Grayscale: #4D4D4D. Windows color (decimal): -8110078 or 147588. OLE color: 147588.

HSL color Cylindrical-coordinate representation of color #844002: hue angle of 28.62º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #844002 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 64 2 -
CMYK 0 0.52 0.98 0.48
HSL 28.62º 0.97% 0.26% -
HSV(B) 28.62º 0.98% 0.52% -
XYZ 11.36 8.58 1.11 -
YUV 77.26 85.53 167.04 -
System Red Green Blue C M Y K H S L
Decimal 132 64 2 0 0.52 0.98 0.48 28.62 0.97 0.26
Hex 84 40 2 0 34 62 30 1D 61 1A
Octal 204 100 2 0 64 142 60 35 141 32
Binary 10000100 1000000 10 0 110100 1100010 110000 11101 1100001 11010

Color Harmonies of #844002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844002

Black with #844002

Text Example


Text Example

White with #844002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844002; }

 p { color: rgb(132,64,2); }

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

background-color css

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

 a { background-color: rgb(132,64,2); }

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

border-color css

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

 span { border-color: rgb(132,64,2); }

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