Html Css Color HEX #82440E Saddle Brown

📋 copy color: '#82440E'

red 130 ◦ green 68 ◦ blue 14

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

Shades of Saddle Brown #82440E

Tints of Saddle Brown #82440E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.6%

R = 61.32%
G = 32.08%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#82440E (or 0x82440E) is known color: Saddle Brown. HEX triplet: 82, 44 and 0E. RGB value is (130,68,14). Sum of RGB (Red+Green+Blue) = 130+68+14=212 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.32% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 14 (5.86% from 255 or 6.60% from 212); Max value from RGB is 130 - color contains mainly: red. Hex color #82440E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82440E is #7DBBF1. Grayscale: #505050. Windows color (decimal): -8240114 or 935042. OLE color: 935042.

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

Color convert

RGB 130 68 14 -
CMYK 0 0.48 0.89 0.49
HSL 27.93º 0.81% 0.28% -
HSV(B) 27.93º 0.89% 0.51% -
XYZ 11.35 8.91 1.54 -
YUV 80.38 90.54 163.39 -
System Red Green Blue C M Y K H S L
Decimal 130 68 14 0 0.48 0.89 0.49 27.93 0.81 0.28
Hex 82 44 E 0 30 59 31 1C 51 1C
Octal 202 104 16 0 60 131 61 34 121 34
Binary 10000010 1000100 1110 0 110000 1011001 110001 11100 1010001 11100

Color Harmonies of #82440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82440E

Black with #82440E

Text Example


Text Example

White with #82440E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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