Html Css Color HEX #82410A Saddle Brown

📋 copy color: '#82410A'

red 130 ◦ green 65 ◦ blue 10

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

Shades of Saddle Brown #82410A

Tints of Saddle Brown #82410A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.88%

R = 63.41%
G = 31.71%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#82410A (or 0x82410A) is known color: Saddle Brown. HEX triplet: 82, 41 and 0A. RGB value is (130,65,10). Sum of RGB (Red+Green+Blue) = 130+65+10=205 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.41% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 130 - color contains mainly: red. Hex color #82410A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82410A is #7DBEF5. Grayscale: #4E4E4E. Windows color (decimal): -8240886 or 672130. OLE color: 672130.

HSL color Cylindrical-coordinate representation of color #82410A: hue angle of 27.5º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #82410A is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 65 10 -
CMYK 0 0.50 0.92 0.49
HSL 27.5º 0.86% 0.27% -
HSV(B) 27.5º 0.92% 0.51% -
XYZ 11.15 8.55 1.35 -
YUV 78.17 89.53 164.97 -
System Red Green Blue C M Y K H S L
Decimal 130 65 10 0 0.50 0.92 0.49 27.5 0.86 0.27
Hex 82 41 A 0 32 5C 31 1C 56 1B
Octal 202 101 12 0 62 134 61 34 126 33
Binary 10000010 1000001 1010 0 110010 1011100 110001 11100 1010110 11011

Color Harmonies of #82410A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82410A

Black with #82410A

Text Example


Text Example

White with #82410A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82410A; }

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

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

background-color css

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

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

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

border-color css

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

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

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