Html Css Color HEX #824012 Saddle Brown

📋 copy color: '#824012'

red 130 ◦ green 64 ◦ blue 18

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

Shades of Saddle Brown #824012

Tints of Saddle Brown #824012

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.19%

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

R = 61.32%
G = 30.19%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#824012 (or 0x824012) is known color: Saddle Brown. HEX triplet: 82, 40 and 12. RGB value is (130,64,18). Sum of RGB (Red+Green+Blue) = 130+64+18=212 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.32% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 130 - color contains mainly: red. Hex color #824012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824012 is #7DBFED. Grayscale: #4E4E4E. Windows color (decimal): -8241134 or 1196162. OLE color: 1196162.

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

Color convert

RGB 130 64 18 -
CMYK 0 0.51 0.86 0.49
HSL 24.64º 0.76% 0.29% -
HSV(B) 24.64º 0.86% 0.51% -
XYZ 11.15 8.46 1.62 -
YUV 78.49 93.87 164.74 -
System Red Green Blue C M Y K H S L
Decimal 130 64 18 0 0.51 0.86 0.49 24.64 0.76 0.29
Hex 82 40 12 0 33 56 31 19 4C 1D
Octal 202 100 22 0 63 126 61 31 114 35
Binary 10000010 1000000 10010 0 110011 1010110 110001 11001 1001100 11101

Color Harmonies of #824012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824012

Black with #824012

Text Example


Text Example

White with #824012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824012; }

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

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

background-color css

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

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

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

border-color css

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

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

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