Html Css Color HEX #824412 Saddle Brown

📋 copy color: '#824412'

red 130 ◦ green 68 ◦ blue 18

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

Shades of Saddle Brown #824412

Tints of Saddle Brown #824412

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.48%

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

R = 60.19%
G = 31.48%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#824412 (or 0x824412) is known color: Saddle Brown. HEX triplet: 82, 44 and 12. RGB value is (130,68,18). Sum of RGB (Red+Green+Blue) = 130+68+18=216 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.19% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 18 (7.42% from 255 or 8.33% from 216); Max value from RGB is 130 - color contains mainly: red. Hex color #824412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824412 is #7DBBED. Grayscale: #515151. Windows color (decimal): -8240110 or 1197186. OLE color: 1197186.

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

Color convert

RGB 130 68 18 -
CMYK 0 0.48 0.86 0.49
HSL 26.79º 0.76% 0.29% -
HSV(B) 26.79º 0.86% 0.51% -
XYZ 11.38 8.92 1.69 -
YUV 80.84 92.54 163.07 -
System Red Green Blue C M Y K H S L
Decimal 130 68 18 0 0.48 0.86 0.49 26.79 0.76 0.29
Hex 82 44 12 0 30 56 31 1B 4C 1D
Octal 202 104 22 0 60 126 61 33 114 35
Binary 10000010 1000100 10010 0 110000 1010110 110001 11011 1001100 11101

Color Harmonies of #824412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824412

Black with #824412

Text Example


Text Example

White with #824412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824412; }

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

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

background-color css

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

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

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

border-color css

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

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

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