Html Css Color HEX #82400D Saddle Brown

📋 copy color: '#82400D'

red 130 ◦ green 64 ◦ blue 13

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

Shades of Saddle Brown #82400D

Tints of Saddle Brown #82400D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.92%

 BLUE value IS 13 (5.47% from 255) = 6.28%

R = 62.8%
G = 30.92%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.9

 K value IS 0.49

RGB Variations

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

Color information

#82400D (or 0x82400D) is known color: Saddle Brown. HEX triplet: 82, 40 and 0D. RGB value is (130,64,13). Sum of RGB (Red+Green+Blue) = 130+64+13=207 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.80% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 130 - color contains mainly: red. Hex color #82400D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82400D is #7DBFF2. Grayscale: #4E4E4E. Windows color (decimal): -8241139 or 868482. OLE color: 868482.

HSL color Cylindrical-coordinate representation of color #82400D: hue angle of 26.15º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #82400D is Cyan = 0, Magento = 0.51, Yellow = 0.9 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 64 13 -
CMYK 0 0.51 0.9 0.49
HSL 26.15º 0.82% 0.28% -
HSV(B) 26.15º 0.9% 0.51% -
XYZ 11.11 8.44 1.42 -
YUV 77.92 91.37 165.15 -
System Red Green Blue C M Y K H S L
Decimal 130 64 13 0 0.51 0.9 0.49 26.15 0.82 0.28
Hex 82 40 D 0 33 5A 31 1A 52 1C
Octal 202 100 15 0 63 132 61 32 122 34
Binary 10000010 1000000 1101 0 110011 1011010 110001 11010 1010010 11100

Color Harmonies of #82400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82400D

Black with #82400D

Text Example


Text Example

White with #82400D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82400D; }

 p { color: rgb(130,64,13); }

 H1.HeaderClassName
 {
   color: #82400D;
 }
 .AnyTagClassName
 {
   color: #82400D;
 }
</style>

background-color css

<style>
 a { background-color: #82400D; }

 a { background-color: rgb(130,64,13); }

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

border-color css

<style>
 span { border-color: #82400D; }

 span { border-color: rgb(130,64,13); }

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