Html Css Color HEX #82320B Saddle Brown

📋 copy color: '#82320B'

red 130 ◦ green 50 ◦ blue 11

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

Shades of Saddle Brown #82320B

Tints of Saddle Brown #82320B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.18%

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

R = 68.06%
G = 26.18%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#82320B (or 0x82320B) is known color: Saddle Brown. HEX triplet: 82, 32 and 0B. RGB value is (130,50,11). Sum of RGB (Red+Green+Blue) = 130+50+11=191 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.06% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 11 (4.69% from 255 or 5.76% from 191); Max value from RGB is 130 - color contains mainly: red. Hex color #82320B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82320B is #7DCDF4. Grayscale: #454545. Windows color (decimal): -8244725 or 733826. OLE color: 733826.

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

Color convert

RGB 130 50 11 -
CMYK 0 0.62 0.92 0.49
HSL 19.66º 0.84% 0.28% -
HSV(B) 19.66º 0.92% 0.51% -
XYZ 10.41 7.05 1.13 -
YUV 69.47 95 171.17 -
System Red Green Blue C M Y K H S L
Decimal 130 50 11 0 0.62 0.92 0.49 19.66 0.84 0.28
Hex 82 32 B 0 3E 5C 31 14 54 1C
Octal 202 62 13 0 76 134 61 24 124 34
Binary 10000010 110010 1011 0 111110 1011100 110001 10100 1010100 11100

Color Harmonies of #82320B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82320B

Black with #82320B

Text Example


Text Example

White with #82320B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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