Html Css Color HEX #843D16 Saddle Brown

📋 copy color: '#843D16'

red 132 ◦ green 61 ◦ blue 22

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

Shades of Saddle Brown #843D16

Tints of Saddle Brown #843D16

RGB

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

 GREEN value IS 61 (24.22% from 255) = 28.37%

 BLUE value IS 22 (8.98% from 255) = 10.23%

R = 61.4%
G = 28.37%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#843D16 (or 0x843D16) is known color: Saddle Brown. HEX triplet: 84, 3D and 16. RGB value is (132,61,22). Sum of RGB (Red+Green+Blue) = 132+61+22=215 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.40% from 215); Green value is 61 (24.22% from 255 or 28.37% from 215); Blue value is 22 (8.98% from 255 or 10.23% from 215); Max value from RGB is 132 - color contains mainly: red. Hex color #843D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843D16 is #7BC2E9. Grayscale: #4E4E4E. Windows color (decimal): -8110826 or 1457540. OLE color: 1457540.

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

Color convert

RGB 132 61 22 -
CMYK 0 0.54 0.83 0.48
HSL 21.27º 0.71% 0.3% -
HSV(B) 21.27º 0.83% 0.52% -
XYZ 11.33 8.3 1.76 -
YUV 77.78 96.52 166.67 -
System Red Green Blue C M Y K H S L
Decimal 132 61 22 0 0.54 0.83 0.48 21.27 0.71 0.3
Hex 84 3D 16 0 36 53 30 15 47 1E
Octal 204 75 26 0 66 123 60 25 107 36
Binary 10000100 111101 10110 0 110110 1010011 110000 10101 1000111 11110

Color Harmonies of #843D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843D16

Black with #843D16

Text Example


Text Example

White with #843D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,61,22); }

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

background-color css

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

 a { background-color: rgb(132,61,22); }

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

border-color css

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

 span { border-color: rgb(132,61,22); }

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