Html Css Color HEX #82420B Saddle Brown

📋 copy color: '#82420B'

red 130 ◦ green 66 ◦ blue 11

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

Shades of Saddle Brown #82420B

Tints of Saddle Brown #82420B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.31%

R = 62.8%
G = 31.88%
B = 5.31%

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

#82420B (or 0x82420B) is known color: Saddle Brown. HEX triplet: 82, 42 and 0B. RGB value is (130,66,11). Sum of RGB (Red+Green+Blue) = 130+66+11=207 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.80% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 11 (4.69% from 255 or 5.31% from 207); Max value from RGB is 130 - color contains mainly: red. Hex color #82420B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82420B is #7DBDF4. Grayscale: #4F4F4F. Windows color (decimal): -8240629 or 737922. OLE color: 737922.

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

Color convert

RGB 130 66 11 -
CMYK 0 0.49 0.92 0.49
HSL 27.73º 0.84% 0.28% -
HSV(B) 27.73º 0.92% 0.51% -
XYZ 11.21 8.67 1.4 -
YUV 78.87 89.7 164.47 -
System Red Green Blue C M Y K H S L
Decimal 130 66 11 0 0.49 0.92 0.49 27.73 0.84 0.28
Hex 82 42 B 0 31 5C 31 1C 54 1C
Octal 202 102 13 0 61 134 61 34 124 34
Binary 10000010 1000010 1011 0 110001 1011100 110001 11100 1010100 11100

Color Harmonies of #82420B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82420B

Black with #82420B

Text Example


Text Example

White with #82420B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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