Html Css Color HEX #82360D Saddle Brown

📋 copy color: '#82360D'

red 130 ◦ green 54 ◦ blue 13

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

Shades of Saddle Brown #82360D

Tints of Saddle Brown #82360D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.41%

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

R = 65.99%
G = 27.41%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.9

 K value IS 0.49

RGB Variations

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

Color information

#82360D (or 0x82360D) is known color: Saddle Brown. HEX triplet: 82, 36 and 0D. RGB value is (130,54,13). Sum of RGB (Red+Green+Blue) = 130+54+13=197 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.99% from 197); Green value is 54 (21.48% from 255 or 27.41% from 197); Blue value is 13 (5.47% from 255 or 6.60% from 197); Max value from RGB is 130 - color contains mainly: red. Hex color #82360D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82360D is #7DC9F2. Grayscale: #484848. Windows color (decimal): -8243699 or 865922. OLE color: 865922.

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

Color convert

RGB 130 54 13 -
CMYK 0 0.58 0.9 0.49
HSL 21.03º 0.82% 0.28% -
HSV(B) 21.03º 0.9% 0.51% -
XYZ 10.6 7.41 1.25 -
YUV 72.05 94.68 169.33 -
System Red Green Blue C M Y K H S L
Decimal 130 54 13 0 0.58 0.9 0.49 21.03 0.82 0.28
Hex 82 36 D 0 3A 5A 31 15 52 1C
Octal 202 66 15 0 72 132 61 25 122 34
Binary 10000010 110110 1101 0 111010 1011010 110001 10101 1010010 11100

Color Harmonies of #82360D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82360D

Black with #82360D

Text Example


Text Example

White with #82360D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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