Html Css Color HEX #844A0F Saddle Brown

📋 copy color: '#844A0F'

red 132 ◦ green 74 ◦ blue 15

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

Shades of Saddle Brown #844A0F

Tints of Saddle Brown #844A0F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.48%

 BLUE value IS 15 (6.25% from 255) = 6.79%

R = 59.73%
G = 33.48%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#844A0F (or 0x844A0F) is known color: Saddle Brown. HEX triplet: 84, 4A and 0F. RGB value is (132,74,15). Sum of RGB (Red+Green+Blue) = 132+74+15=221 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.73% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 15 (6.25% from 255 or 6.79% from 221); Max value from RGB is 132 - color contains mainly: red. Hex color #844A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844A0F is #7BB5F0. Grayscale: #545454. Windows color (decimal): -8107505 or 1002116. OLE color: 1002116.

HSL color Cylindrical-coordinate representation of color #844A0F: hue angle of 30.26º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #844A0F is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 74 15 -
CMYK 0 0.44 0.89 0.48
HSL 30.26º 0.8% 0.29% -
HSV(B) 30.26º 0.89% 0.52% -
XYZ 12.05 9.84 1.72 -
YUV 84.62 88.72 161.8 -
System Red Green Blue C M Y K H S L
Decimal 132 74 15 0 0.44 0.89 0.48 30.26 0.8 0.29
Hex 84 4A F 0 2C 59 30 1E 50 1D
Octal 204 112 17 0 54 131 60 36 120 35
Binary 10000100 1001010 1111 0 101100 1011001 110000 11110 1010000 11101

Color Harmonies of #844A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844A0F

Black with #844A0F

Text Example


Text Example

White with #844A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844A0F; }

 p { color: rgb(132,74,15); }

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

background-color css

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

 a { background-color: rgb(132,74,15); }

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

border-color css

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

 span { border-color: rgb(132,74,15); }

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