Html Css Color HEX #82440C Saddle Brown

📋 copy color: '#82440C'

red 130 ◦ green 68 ◦ blue 12

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

Shades of Saddle Brown #82440C

Tints of Saddle Brown #82440C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.71%

R = 61.9%
G = 32.38%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#82440C (or 0x82440C) is known color: Saddle Brown. HEX triplet: 82, 44 and 0C. RGB value is (130,68,12). Sum of RGB (Red+Green+Blue) = 130+68+12=210 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.90% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 12 (5.08% from 255 or 5.71% from 210); Max value from RGB is 130 - color contains mainly: red. Hex color #82440C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82440C is #7DBBF3. Grayscale: #505050. Windows color (decimal): -8240116 or 803970. OLE color: 803970.

HSL color Cylindrical-coordinate representation of color #82440C: hue angle of 28.47º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #82440C is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 68 12 -
CMYK 0 0.48 0.91 0.49
HSL 28.47º 0.83% 0.28% -
HSV(B) 28.47º 0.91% 0.51% -
XYZ 11.34 8.91 1.47 -
YUV 80.15 89.54 163.55 -
System Red Green Blue C M Y K H S L
Decimal 130 68 12 0 0.48 0.91 0.49 28.47 0.83 0.28
Hex 82 44 C 0 30 5B 31 1C 53 1C
Octal 202 104 14 0 60 133 61 34 123 34
Binary 10000010 1000100 1100 0 110000 1011011 110001 11100 1010011 11100

Color Harmonies of #82440C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82440C

Black with #82440C

Text Example


Text Example

White with #82440C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82440C; }

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

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

background-color css

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

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

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

border-color css

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

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

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