Html Css Color HEX #844F0C Saddle Brown

📋 copy color: '#844F0C'

red 132 ◦ green 79 ◦ blue 12

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

Shades of Saddle Brown #844F0C

Tints of Saddle Brown #844F0C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 35.43%

 BLUE value IS 12 (5.08% from 255) = 5.38%

R = 59.19%
G = 35.43%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#844F0C (or 0x844F0C) is known color: Saddle Brown. HEX triplet: 84, 4F and 0C. RGB value is (132,79,12). Sum of RGB (Red+Green+Blue) = 132+79+12=223 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.19% from 223); Green value is 79 (31.25% from 255 or 35.43% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 132 - color contains mainly: red. Hex color #844F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #844F0C is #7BB0F3. Grayscale: #575757. Windows color (decimal): -8106228 or 806788. OLE color: 806788.

HSL color Cylindrical-coordinate representation of color #844F0C: hue angle of 33.5º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #844F0C is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 79 12 -
CMYK 0 0.40 0.91 0.48
HSL 33.5º 0.83% 0.28% -
HSV(B) 33.5º 0.91% 0.52% -
XYZ 12.38 10.52 1.73 -
YUV 87.21 85.56 159.95 -
System Red Green Blue C M Y K H S L
Decimal 132 79 12 0 0.40 0.91 0.48 33.5 0.83 0.28
Hex 84 4F C 0 28 5B 30 22 53 1C
Octal 204 117 14 0 50 133 60 42 123 34
Binary 10000100 1001111 1100 0 101000 1011011 110000 100010 1010011 11100

Color Harmonies of #844F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844F0C

Black with #844F0C

Text Example


Text Example

White with #844F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,79,12); }

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

background-color css

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

 a { background-color: rgb(132,79,12); }

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

border-color css

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

 span { border-color: rgb(132,79,12); }

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