Html Css Color HEX #844B10 Saddle Brown

📋 copy color: '#844B10'

red 132 ◦ green 75 ◦ blue 16

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

Shades of Saddle Brown #844B10

Tints of Saddle Brown #844B10

RGB

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

 GREEN value IS 75 (29.69% from 255) = 33.63%

 BLUE value IS 16 (6.64% from 255) = 7.17%

R = 59.19%
G = 33.63%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#844B10 (or 0x844B10) is known color: Saddle Brown. HEX triplet: 84, 4B and 10. RGB value is (132,75,16). Sum of RGB (Red+Green+Blue) = 132+75+16=223 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.19% from 223); Green value is 75 (29.69% from 255 or 33.63% from 223); Blue value is 16 (6.64% from 255 or 7.17% from 223); Max value from RGB is 132 - color contains mainly: red. Hex color #844B10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844B10 is #7BB4EF. Grayscale: #555555. Windows color (decimal): -8107248 or 1067908. OLE color: 1067908.

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

Color convert

RGB 132 75 16 -
CMYK 0 0.43 0.88 0.48
HSL 30.52º 0.78% 0.29% -
HSV(B) 30.52º 0.88% 0.52% -
XYZ 12.13 9.98 1.78 -
YUV 85.32 88.88 161.3 -
System Red Green Blue C M Y K H S L
Decimal 132 75 16 0 0.43 0.88 0.48 30.52 0.78 0.29
Hex 84 4B 10 0 2B 58 30 1F 4E 1D
Octal 204 113 20 0 53 130 60 37 116 35
Binary 10000100 1001011 10000 0 101011 1011000 110000 11111 1001110 11101

Color Harmonies of #844B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844B10

Black with #844B10

Text Example


Text Example

White with #844B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,75,16); }

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

background-color css

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

 a { background-color: rgb(132,75,16); }

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

border-color css

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

 span { border-color: rgb(132,75,16); }

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