Html Css Color HEX #82360B Saddle Brown

📋 copy color: '#82360B'

red 130 ◦ green 54 ◦ blue 11

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

Shades of Saddle Brown #82360B

Tints of Saddle Brown #82360B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.64%

R = 66.67%
G = 27.69%
B = 5.64%

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

#82360B (or 0x82360B) is known color: Saddle Brown. HEX triplet: 82, 36 and 0B. RGB value is (130,54,11). Sum of RGB (Red+Green+Blue) = 130+54+11=195 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.67% from 195); Green value is 54 (21.48% from 255 or 27.69% from 195); Blue value is 11 (4.69% from 255 or 5.64% from 195); Max value from RGB is 130 - color contains mainly: red. Hex color #82360B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82360B is #7DC9F4. Grayscale: #484848. Windows color (decimal): -8243701 or 734850. OLE color: 734850.

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

Color convert

RGB 130 54 11 -
CMYK 0 0.58 0.92 0.49
HSL 21.68º 0.84% 0.28% -
HSV(B) 21.68º 0.92% 0.51% -
XYZ 10.59 7.41 1.19 -
YUV 71.82 93.68 169.5 -
System Red Green Blue C M Y K H S L
Decimal 130 54 11 0 0.58 0.92 0.49 21.68 0.84 0.28
Hex 82 36 B 0 3A 5C 31 16 54 1C
Octal 202 66 13 0 72 134 61 26 124 34
Binary 10000010 110110 1011 0 111010 1011100 110001 10110 1010100 11100

Color Harmonies of #82360B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82360B

Black with #82360B

Text Example


Text Example

White with #82360B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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