Html Css Color HEX #843310 Saddle Brown

📋 copy color: '#843310'

red 132 ◦ green 51 ◦ blue 16

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

Shades of Saddle Brown #843310

Tints of Saddle Brown #843310

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.63%

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

R = 66.33%
G = 25.63%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#843310 (or 0x843310) is known color: Saddle Brown. HEX triplet: 84, 33 and 10. RGB value is (132,51,16). Sum of RGB (Red+Green+Blue) = 132+51+16=199 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66.33% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 16 (6.64% from 255 or 8.04% from 199); Max value from RGB is 132 - color contains mainly: red. Hex color #843310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843310 is #7BCCEF. Grayscale: #474747. Windows color (decimal): -8113392 or 1061764. OLE color: 1061764.

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

Color convert

RGB 132 51 16 -
CMYK 0 0.61 0.88 0.48
HSL 18.1º 0.78% 0.29% -
HSV(B) 18.1º 0.88% 0.52% -
XYZ 10.79 7.31 1.33 -
YUV 71.23 96.84 171.35 -
System Red Green Blue C M Y K H S L
Decimal 132 51 16 0 0.61 0.88 0.48 18.1 0.78 0.29
Hex 84 33 10 0 3D 58 30 12 4E 1D
Octal 204 63 20 0 75 130 60 22 116 35
Binary 10000100 110011 10000 0 111101 1011000 110000 10010 1001110 11101

Color Harmonies of #843310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843310

Black with #843310

Text Example


Text Example

White with #843310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843310; }

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

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

background-color css

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

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

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

border-color css

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

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

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