Html Css Color HEX #843312 Saddle Brown

📋 copy color: '#843312'

red 132 ◦ green 51 ◦ blue 18

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

Shades of Saddle Brown #843312

Tints of Saddle Brown #843312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.96%

R = 65.67%
G = 25.37%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#843312 (or 0x843312) is known color: Saddle Brown. HEX triplet: 84, 33 and 12. RGB value is (132,51,18). Sum of RGB (Red+Green+Blue) = 132+51+18=201 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.67% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 132 - color contains mainly: red. Hex color #843312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843312 is #7BCCED. Grayscale: #474747. Windows color (decimal): -8113390 or 1192836. OLE color: 1192836.

HSL color Cylindrical-coordinate representation of color #843312: hue angle of 17.37º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #843312 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 51 18 -
CMYK 0 0.61 0.86 0.48
HSL 17.37º 0.76% 0.29% -
HSV(B) 17.37º 0.86% 0.52% -
XYZ 10.81 7.32 1.41 -
YUV 71.46 97.84 171.18 -
System Red Green Blue C M Y K H S L
Decimal 132 51 18 0 0.61 0.86 0.48 17.37 0.76 0.29
Hex 84 33 12 0 3D 56 30 11 4C 1D
Octal 204 63 22 0 75 126 60 21 114 35
Binary 10000100 110011 10010 0 111101 1010110 110000 10001 1001100 11101

Color Harmonies of #843312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843312

Black with #843312

Text Example


Text Example

White with #843312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843312; }

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

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

background-color css

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

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

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

border-color css

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

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

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