#98380B

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

Shades of Saddle Brown #98380B

Tints of Saddle Brown #98380B

Color information

#98380B (or 0x98380B) is unknown color: approx Saddle Brown. HEX triplet: 98, 38 and 0B. RGB value is (152,56,11). Sum of RGB (Red+Green+Blue) = 152+56+11=219 (29% of max value = 765). Red value is 152 (59.77% from 255 or 69.41% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 11 (4.69% from 255 or 5.02% from 219); Max value from RGB is 152 - color contains mainly: red. Hex color #98380B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98380B is #67C7F4. Grayscale: #4F4F4F. Windows color (decimal): -6801397 or 735384. OLE color: 735384.

HSL color Cylindrical-coordinate representation of color #98380B: hue angle of 19.15º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #98380B is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB1525611-
CMYK00.630.930.40
HSL19.15º86.5%31.96%-
HSV(B)19.15º92.76%59.61%-
XYZ14.429.531.4-
YUV79.5789.3179.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 69.41%
GREEN value IS 56 (22.27% from 255) = 25.57%
BLUE value IS 11 (4.69% from 255) = 5.02%
R=69.41%
G=25.57%
B=5.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152561100.630.930.4019.1586.531.96
Hex9838B03F5D28135720
Octal2307013077135502312740
Binary10011000111000101101111111011101101000100111010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98380B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,56,11); }

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

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

 a { background-color: rgb(152,56,11); }

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

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

 span { border-color: rgb(152,56,11); }

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