Html Css Color HEX #82300D Saddle Brown

📋 copy color: '#82300D'

red 130 ◦ green 48 ◦ blue 13

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

Shades of Saddle Brown #82300D

Tints of Saddle Brown #82300D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.13%

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

R = 68.06%
G = 25.13%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.9

 K value IS 0.49

RGB Variations

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

Color information

#82300D (or 0x82300D) is known color: Saddle Brown. HEX triplet: 82, 30 and 0D. RGB value is (130,48,13). Sum of RGB (Red+Green+Blue) = 130+48+13=191 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.06% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 13 (5.47% from 255 or 6.81% from 191); Max value from RGB is 130 - color contains mainly: red. Hex color #82300D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82300D is #7DCFF2. Grayscale: #444444. Windows color (decimal): -8245235 or 864386. OLE color: 864386.

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

Color convert

RGB 130 48 13 -
CMYK 0 0.63 0.9 0.49
HSL 17.95º 0.82% 0.28% -
HSV(B) 17.95º 0.9% 0.51% -
XYZ 10.34 6.89 1.17 -
YUV 68.53 96.67 171.85 -
System Red Green Blue C M Y K H S L
Decimal 130 48 13 0 0.63 0.9 0.49 17.95 0.82 0.28
Hex 82 30 D 0 3F 5A 31 12 52 1C
Octal 202 60 15 0 77 132 61 22 122 34
Binary 10000010 110000 1101 0 111111 1011010 110001 10010 1010010 11100

Color Harmonies of #82300D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82300D

Black with #82300D

Text Example


Text Example

White with #82300D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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