Html Css Color HEX #82350C Saddle Brown

📋 copy color: '#82350C'

red 130 ◦ green 53 ◦ blue 12

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

Shades of Saddle Brown #82350C

Tints of Saddle Brown #82350C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.18%

 BLUE value IS 12 (5.08% from 255) = 6.15%

R = 66.67%
G = 27.18%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#82350C (or 0x82350C) is known color: Saddle Brown. HEX triplet: 82, 35 and 0C. RGB value is (130,53,12). Sum of RGB (Red+Green+Blue) = 130+53+12=195 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.67% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 12 (5.08% from 255 or 6.15% from 195); Max value from RGB is 130 - color contains mainly: red. Hex color #82350C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82350C is #7DCAF3. Grayscale: #474747. Windows color (decimal): -8243956 or 800130. OLE color: 800130.

HSL color Cylindrical-coordinate representation of color #82350C: hue angle of 20.85º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #82350C is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 53 12 -
CMYK 0 0.59 0.91 0.49
HSL 20.85º 0.83% 0.28% -
HSV(B) 20.85º 0.91% 0.51% -
XYZ 10.55 7.32 1.2 -
YUV 71.35 94.51 169.83 -
System Red Green Blue C M Y K H S L
Decimal 130 53 12 0 0.59 0.91 0.49 20.85 0.83 0.28
Hex 82 35 C 0 3B 5B 31 15 53 1C
Octal 202 65 14 0 73 133 61 25 123 34
Binary 10000010 110101 1100 0 111011 1011011 110001 10101 1010011 11100

Color Harmonies of #82350C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82350C

Black with #82350C

Text Example


Text Example

White with #82350C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82350C; }

 p { color: rgb(130,53,12); }

 H1.HeaderClassName
 {
   color: #82350C;
 }
 .AnyTagClassName
 {
   color: #82350C;
 }
</style>

background-color css

<style>
 a { background-color: #82350C; }

 a { background-color: rgb(130,53,12); }

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

border-color css

<style>
 span { border-color: #82350C; }

 span { border-color: rgb(130,53,12); }

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