Html Css Color HEX #843614 Saddle Brown

📋 copy color: '#843614'

red 132 ◦ green 54 ◦ blue 20

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

Shades of Saddle Brown #843614

Tints of Saddle Brown #843614

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.21%

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

R = 64.08%
G = 26.21%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#843614 (or 0x843614) is known color: Saddle Brown. HEX triplet: 84, 36 and 14. RGB value is (132,54,20). Sum of RGB (Red+Green+Blue) = 132+54+20=206 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.08% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 20 (8.20% from 255 or 9.71% from 206); Max value from RGB is 132 - color contains mainly: red. Hex color #843614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843614 is #7BC9EB. Grayscale: #494949. Windows color (decimal): -8112620 or 1324676. OLE color: 1324676.

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

Color convert

RGB 132 54 20 -
CMYK 0 0.59 0.85 0.48
HSL 18.21º 0.74% 0.3% -
HSV(B) 18.21º 0.85% 0.52% -
XYZ 10.96 7.59 1.55 -
YUV 73.45 97.84 169.76 -
System Red Green Blue C M Y K H S L
Decimal 132 54 20 0 0.59 0.85 0.48 18.21 0.74 0.3
Hex 84 36 14 0 3B 55 30 12 4A 1E
Octal 204 66 24 0 73 125 60 22 112 36
Binary 10000100 110110 10100 0 111011 1010101 110000 10010 1001010 11110

Color Harmonies of #843614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843614

Black with #843614

Text Example


Text Example

White with #843614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843614; }

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

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

background-color css

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

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

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

border-color css

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

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

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