Html Css Color HEX #82360A Saddle Brown

📋 copy color: '#82360A'

red 130 ◦ green 54 ◦ blue 10

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

Shades of Saddle Brown #82360A

Tints of Saddle Brown #82360A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.15%

R = 67.01%
G = 27.84%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#82360A (or 0x82360A) is known color: Saddle Brown. HEX triplet: 82, 36 and 0A. RGB value is (130,54,10). Sum of RGB (Red+Green+Blue) = 130+54+10=194 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.01% from 194); Green value is 54 (21.48% from 255 or 27.84% from 194); Blue value is 10 (4.30% from 255 or 5.15% from 194); Max value from RGB is 130 - color contains mainly: red. Hex color #82360A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82360A is #7DC9F5. Grayscale: #474747. Windows color (decimal): -8243702 or 669314. OLE color: 669314.

HSL color Cylindrical-coordinate representation of color #82360A: hue angle of 22º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #82360A is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 54 10 -
CMYK 0 0.58 0.92 0.49
HSL 22º 0.86% 0.27% -
HSV(B) 22º 0.92% 0.51% -
XYZ 10.58 7.41 1.16 -
YUV 71.71 93.18 169.58 -
System Red Green Blue C M Y K H S L
Decimal 130 54 10 0 0.58 0.92 0.49 22 0.86 0.27
Hex 82 36 A 0 3A 5C 31 16 56 1B
Octal 202 66 12 0 72 134 61 26 126 33
Binary 10000010 110110 1010 0 111010 1011100 110001 10110 1010110 11011

Color Harmonies of #82360A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82360A

Black with #82360A

Text Example


Text Example

White with #82360A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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