Html Css Color HEX #844302 Saddle Brown

📋 copy color: '#844302'

red 132 ◦ green 67 ◦ blue 2

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

Shades of Saddle Brown #844302

Tints of Saddle Brown #844302

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33.33%

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

R = 65.67%
G = 33.33%
B = 1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#844302 (or 0x844302) is known color: Saddle Brown. HEX triplet: 84, 43 and 02. RGB value is (132,67,2). Sum of RGB (Red+Green+Blue) = 132+67+2=201 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.67% from 201); Green value is 67 (26.56% from 255 or 33.33% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 132 - color contains mainly: red. Hex color #844302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844302 is #7BBCFD. Grayscale: #4F4F4F. Windows color (decimal): -8109310 or 148356. OLE color: 148356.

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

Color convert

RGB 132 67 2 -
CMYK 0 0.49 0.98 0.48
HSL 30º 0.97% 0.26% -
HSV(B) 30º 0.98% 0.52% -
XYZ 11.53 8.92 1.17 -
YUV 79.03 84.53 165.79 -
System Red Green Blue C M Y K H S L
Decimal 132 67 2 0 0.49 0.98 0.48 30 0.97 0.26
Hex 84 43 2 0 31 62 30 1E 61 1A
Octal 204 103 2 0 61 142 60 36 141 32
Binary 10000100 1000011 10 0 110001 1100010 110000 11110 1100001 11010

Color Harmonies of #844302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844302

Black with #844302

Text Example


Text Example

White with #844302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844302; }

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

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

background-color css

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

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

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

border-color css

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

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

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