Html Css Color HEX #82420A Saddle Brown

📋 copy color: '#82420A'

red 130 ◦ green 66 ◦ blue 10

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

Shades of Saddle Brown #82420A

Tints of Saddle Brown #82420A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.04%

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

R = 63.11%
G = 32.04%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#82420A (or 0x82420A) is known color: Saddle Brown. HEX triplet: 82, 42 and 0A. RGB value is (130,66,10). Sum of RGB (Red+Green+Blue) = 130+66+10=206 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.11% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 10 (4.30% from 255 or 4.85% from 206); Max value from RGB is 130 - color contains mainly: red. Hex color #82420A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82420A is #7DBDF5. Grayscale: #4F4F4F. Windows color (decimal): -8240630 or 672386. OLE color: 672386.

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

Color convert

RGB 130 66 10 -
CMYK 0 0.49 0.92 0.49
HSL 28º 0.86% 0.27% -
HSV(B) 28º 0.92% 0.51% -
XYZ 11.21 8.66 1.37 -
YUV 78.75 89.2 164.55 -
System Red Green Blue C M Y K H S L
Decimal 130 66 10 0 0.49 0.92 0.49 28 0.86 0.27
Hex 82 42 A 0 31 5C 31 1C 56 1B
Octal 202 102 12 0 61 134 61 34 126 33
Binary 10000010 1000010 1010 0 110001 1011100 110001 11100 1010110 11011

Color Harmonies of #82420A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82420A

Black with #82420A

Text Example


Text Example

White with #82420A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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