Html Css Color HEX #823B12 Saddle Brown

📋 copy color: '#823B12'

red 130 ◦ green 59 ◦ blue 18

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

Shades of Saddle Brown #823B12

Tints of Saddle Brown #823B12

RGB

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

 GREEN value IS 59 (23.44% from 255) = 28.5%

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

R = 62.8%
G = 28.5%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#823B12 (or 0x823B12) is known color: Saddle Brown. HEX triplet: 82, 3B and 12. RGB value is (130,59,18). Sum of RGB (Red+Green+Blue) = 130+59+18=207 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.80% from 207); Green value is 59 (23.44% from 255 or 28.50% from 207); Blue value is 18 (7.42% from 255 or 8.70% from 207); Max value from RGB is 130 - color contains mainly: red. Hex color #823B12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823B12 is #7DC4ED. Grayscale: #4B4B4B. Windows color (decimal): -8242414 or 1194882. OLE color: 1194882.

HSL color Cylindrical-coordinate representation of color #823B12: hue angle of 21.96º 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 #823B12 is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 59 18 -
CMYK 0 0.55 0.86 0.49
HSL 21.96º 0.76% 0.29% -
HSV(B) 21.96º 0.86% 0.51% -
XYZ 10.88 7.92 1.53 -
YUV 75.56 95.52 166.83 -
System Red Green Blue C M Y K H S L
Decimal 130 59 18 0 0.55 0.86 0.49 21.96 0.76 0.29
Hex 82 3B 12 0 37 56 31 16 4C 1D
Octal 202 73 22 0 67 126 61 26 114 35
Binary 10000010 111011 10010 0 110111 1010110 110001 10110 1001100 11101

Color Harmonies of #823B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823B12

Black with #823B12

Text Example


Text Example

White with #823B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823B12; }

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

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

background-color css

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

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

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

border-color css

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

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

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