Html Css Color HEX #843C14 Saddle Brown

📋 copy color: '#843C14'

red 132 ◦ green 60 ◦ blue 20

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

Shades of Saddle Brown #843C14

Tints of Saddle Brown #843C14

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.3%

 BLUE value IS 20 (8.2% from 255) = 9.43%

R = 62.26%
G = 28.3%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#843C14 (or 0x843C14) is known color: Saddle Brown. HEX triplet: 84, 3C and 14. RGB value is (132,60,20). Sum of RGB (Red+Green+Blue) = 132+60+20=212 (28% of max value = 765). Red value is 132 (51.95% from 255 or 62.26% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 132 - color contains mainly: red. Hex color #843C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843C14 is #7BC3EB. Grayscale: #4D4D4D. Windows color (decimal): -8111084 or 1326212. OLE color: 1326212.

HSL color Cylindrical-coordinate representation of color #843C14: hue angle of 21.43º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #843C14 is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 60 20 -
CMYK 0 0.55 0.85 0.48
HSL 21.43º 0.74% 0.3% -
HSV(B) 21.43º 0.85% 0.52% -
XYZ 11.26 8.19 1.65 -
YUV 76.97 95.85 167.25 -
System Red Green Blue C M Y K H S L
Decimal 132 60 20 0 0.55 0.85 0.48 21.43 0.74 0.3
Hex 84 3C 14 0 37 55 30 15 4A 1E
Octal 204 74 24 0 67 125 60 25 112 36
Binary 10000100 111100 10100 0 110111 1010101 110000 10101 1001010 11110

Color Harmonies of #843C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843C14

Black with #843C14

Text Example


Text Example

White with #843C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843C14; }

 p { color: rgb(132,60,20); }

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

background-color css

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

 a { background-color: rgb(132,60,20); }

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

border-color css

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

 span { border-color: rgb(132,60,20); }

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