Html Css Color HEX #824112 Saddle Brown

📋 copy color: '#824112'

red 130 ◦ green 65 ◦ blue 18

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

Shades of Saddle Brown #824112

Tints of Saddle Brown #824112

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.52%

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

R = 61.03%
G = 30.52%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#824112 (or 0x824112) is known color: Saddle Brown. HEX triplet: 82, 41 and 12. RGB value is (130,65,18). Sum of RGB (Red+Green+Blue) = 130+65+18=213 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.03% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 130 - color contains mainly: red. Hex color #824112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824112 is #7DBEED. Grayscale: #4F4F4F. Windows color (decimal): -8240878 or 1196418. OLE color: 1196418.

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

Color convert

RGB 130 65 18 -
CMYK 0 0.50 0.86 0.49
HSL 25.18º 0.76% 0.29% -
HSV(B) 25.18º 0.86% 0.51% -
XYZ 11.21 8.57 1.64 -
YUV 79.08 93.53 164.32 -
System Red Green Blue C M Y K H S L
Decimal 130 65 18 0 0.50 0.86 0.49 25.18 0.76 0.29
Hex 82 41 12 0 32 56 31 19 4C 1D
Octal 202 101 22 0 62 126 61 31 114 35
Binary 10000010 1000001 10010 0 110010 1010110 110001 11001 1001100 11101

Color Harmonies of #824112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824112

Black with #824112

Text Example


Text Example

White with #824112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824112; }

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

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

background-color css

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

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

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

border-color css

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

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

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