Html Css Color HEX #82370C Saddle Brown

📋 copy color: '#82370C'

red 130 ◦ green 55 ◦ blue 12

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

Shades of Saddle Brown #82370C

Tints of Saddle Brown #82370C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.92%

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

R = 65.99%
G = 27.92%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#82370C (or 0x82370C) is known color: Saddle Brown. HEX triplet: 82, 37 and 0C. RGB value is (130,55,12). Sum of RGB (Red+Green+Blue) = 130+55+12=197 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.99% from 197); Green value is 55 (21.88% from 255 or 27.92% from 197); Blue value is 12 (5.08% from 255 or 6.09% from 197); Max value from RGB is 130 - color contains mainly: red. Hex color #82370C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82370C is #7DC8F3. Grayscale: #484848. Windows color (decimal): -8243444 or 800642. OLE color: 800642.

HSL color Cylindrical-coordinate representation of color #82370C: hue angle of 21.86º 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 #82370C is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 55 12 -
CMYK 0 0.58 0.91 0.49
HSL 21.86º 0.83% 0.28% -
HSV(B) 21.86º 0.91% 0.51% -
XYZ 10.64 7.5 1.24 -
YUV 72.52 93.85 169 -
System Red Green Blue C M Y K H S L
Decimal 130 55 12 0 0.58 0.91 0.49 21.86 0.83 0.28
Hex 82 37 C 0 3A 5B 31 16 53 1C
Octal 202 67 14 0 72 133 61 26 123 34
Binary 10000010 110111 1100 0 111010 1011011 110001 10110 1010011 11100

Color Harmonies of #82370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82370C

Black with #82370C

Text Example


Text Example

White with #82370C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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