Html Css Color HEX #82460A Saddle Brown

📋 copy color: '#82460A'

red 130 ◦ green 70 ◦ blue 10

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

Shades of Saddle Brown #82460A

Tints of Saddle Brown #82460A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.33%

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

R = 61.9%
G = 33.33%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#82460A (or 0x82460A) is known color: Saddle Brown. HEX triplet: 82, 46 and 0A. RGB value is (130,70,10). Sum of RGB (Red+Green+Blue) = 130+70+10=210 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.90% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 10 (4.30% from 255 or 4.76% from 210); Max value from RGB is 130 - color contains mainly: red. Hex color #82460A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82460A is #7DB9F5. Grayscale: #515151. Windows color (decimal): -8239606 or 673410. OLE color: 673410.

HSL color Cylindrical-coordinate representation of color #82460A: hue angle of 30º 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 #82460A is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 70 10 -
CMYK 0 0.46 0.92 0.49
HSL 30º 0.86% 0.27% -
HSV(B) 30º 0.92% 0.51% -
XYZ 11.45 9.15 1.45 -
YUV 81.1 87.88 162.88 -
System Red Green Blue C M Y K H S L
Decimal 130 70 10 0 0.46 0.92 0.49 30 0.86 0.27
Hex 82 46 A 0 2E 5C 31 1E 56 1B
Octal 202 106 12 0 56 134 61 36 126 33
Binary 10000010 1000110 1010 0 101110 1011100 110001 11110 1010110 11011

Color Harmonies of #82460A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82460A

Black with #82460A

Text Example


Text Example

White with #82460A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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