#83360A

Color #83360A Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #83360A

Tints of Saddle Brown #83360A

Color information

#83360A (or 0x83360A) is unknown color: approx Saddle Brown. HEX triplet: 83, 36 and 0A. RGB value is (131,54,10). Sum of RGB (Red+Green+Blue) = 131+54+10=195 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.18% from 195); Green value is 54 (21.48% from 255 or 27.69% from 195); Blue value is 10 (4.30% from 255 or 5.13% from 195); Max value from RGB is 131 - color contains mainly: red. Hex color #83360A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83360A is #7CC9F5. Grayscale: #484848. Windows color (decimal): -8178166 or 669315. OLE color: 669315.

HSL color Cylindrical-coordinate representation of color #83360A: hue angle of 21.82º degrees, saturation: 0.86, 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 #83360A is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB1315410-
CMYK00.590.920.49
HSL21.82º85.82%27.65%-
HSV(B)21.82º92.37%51.37%-
XYZ10.737.491.17-
YUV72.0193.01170.08-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 67.18%
GREEN value IS 54 (21.48% from 255) = 27.69%
BLUE value IS 10 (4.30% from 255) = 5.13%
R=67.18%
G=27.69%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131541000.590.920.4921.8285.8227.65
Hex8336A03B5C3116561c
Octal2036612073134612612634
Binary1000001111011010100111011101110011000110110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83360A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #83360A;
 }
 .AnyTagClassName
 {
   color: #83360A;
 }
</style>
background-color css

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

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

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

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

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

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