#98380C

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

Shades of Saddle Brown #98380C

Tints of Saddle Brown #98380C

Color information

#98380C (or 0x98380C) is unknown color: approx Saddle Brown. HEX triplet: 98, 38 and 0C. RGB value is (152,56,12). Sum of RGB (Red+Green+Blue) = 152+56+12=220 (29% of max value = 765). Red value is 152 (59.77% from 255 or 69.09% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 152 - color contains mainly: red. Hex color #98380C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98380C is #67C7F3. Grayscale: #4F4F4F. Windows color (decimal): -6801396 or 800920. OLE color: 800920.

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

Color convert

RGB1525612-
CMYK00.630.920.40
HSL18.86º85.37%32.16%-
HSV(B)18.86º92.11%59.61%-
XYZ14.439.531.43-
YUV79.6989.8179.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 69.09%
GREEN value IS 56 (22.27% from 255) = 25.45%
BLUE value IS 12 (5.08% from 255) = 5.45%
R=69.09%
G=25.45%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.92
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152561200.630.920.4018.8685.3732.16
Hex9838C03F5C28135520
Octal2307014077134502312540
Binary10011000111000110001111111011100101000100111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98380C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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