Html Css Color HEX #823912 Saddle Brown

📋 copy color: '#823912'

red 130 ◦ green 57 ◦ blue 18

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

Shades of Saddle Brown #823912

Tints of Saddle Brown #823912

RGB

 RED value IS 130 (51.17% from 255) = 63.41%

 GREEN value IS 57 (22.66% from 255) = 27.8%

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

R = 63.41%
G = 27.8%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#823912 (or 0x823912) is known color: Saddle Brown. HEX triplet: 82, 39 and 12. RGB value is (130,57,18). Sum of RGB (Red+Green+Blue) = 130+57+18=205 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.41% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 18 (7.42% from 255 or 8.78% from 205); Max value from RGB is 130 - color contains mainly: red. Hex color #823912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823912 is #7DC6ED. Grayscale: #4A4A4A. Windows color (decimal): -8242926 or 1194370. OLE color: 1194370.

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

Color convert

RGB 130 57 18 -
CMYK 0 0.56 0.86 0.49
HSL 20.89º 0.76% 0.29% -
HSV(B) 20.89º 0.86% 0.51% -
XYZ 10.78 7.72 1.49 -
YUV 74.38 96.18 167.67 -
System Red Green Blue C M Y K H S L
Decimal 130 57 18 0 0.56 0.86 0.49 20.89 0.76 0.29
Hex 82 39 12 0 38 56 31 15 4C 1D
Octal 202 71 22 0 70 126 61 25 114 35
Binary 10000010 111001 10010 0 111000 1010110 110001 10101 1001100 11101

Color Harmonies of #823912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823912

Black with #823912

Text Example


Text Example

White with #823912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823912; }

 p { color: rgb(130,57,18); }

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

background-color css

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

 a { background-color: rgb(130,57,18); }

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

border-color css

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

 span { border-color: rgb(130,57,18); }

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