Html Css Color HEX #844502 Saddle Brown

📋 copy color: '#844502'

red 132 ◦ green 69 ◦ blue 2

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

Shades of Saddle Brown #844502

Tints of Saddle Brown #844502

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.99%

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

R = 65.02%
G = 33.99%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#844502 (or 0x844502) is known color: Saddle Brown. HEX triplet: 84, 45 and 02. RGB value is (132,69,2). Sum of RGB (Red+Green+Blue) = 132+69+2=203 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.02% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 2 (1.17% from 255 or 0.99% from 203); Max value from RGB is 132 - color contains mainly: red. Hex color #844502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844502 is #7BBAFD. Grayscale: #505050. Windows color (decimal): -8108798 or 148868. OLE color: 148868.

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

Color convert

RGB 132 69 2 -
CMYK 0 0.48 0.98 0.48
HSL 30.92º 0.97% 0.26% -
HSV(B) 30.92º 0.98% 0.52% -
XYZ 11.65 9.17 1.21 -
YUV 80.2 83.87 164.95 -
System Red Green Blue C M Y K H S L
Decimal 132 69 2 0 0.48 0.98 0.48 30.92 0.97 0.26
Hex 84 45 2 0 30 62 30 1F 61 1A
Octal 204 105 2 0 60 142 60 37 141 32
Binary 10000100 1000101 10 0 110000 1100010 110000 11111 1100001 11010

Color Harmonies of #844502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844502

Black with #844502

Text Example


Text Example

White with #844502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844502; }

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

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

background-color css

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

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

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

border-color css

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

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

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