#983A0F

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

Shades of Saddle Brown #983A0F

Tints of Saddle Brown #983A0F

Color information

#983A0F (or 0x983A0F) is unknown color: approx Saddle Brown. HEX triplet: 98, 3A and 0F. RGB value is (152,58,15). Sum of RGB (Red+Green+Blue) = 152+58+15=225 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.56% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 152 - color contains mainly: red. Hex color #983A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983A0F is #67C5F0. Grayscale: #515151. Windows color (decimal): -6800881 or 998040. OLE color: 998040.

HSL color Cylindrical-coordinate representation of color #983A0F: hue angle of 18.83º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #983A0F is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB1525815-
CMYK00.620.900.40
HSL18.83º82.04%32.75%-
HSV(B)18.83º90.13%59.61%-
XYZ14.559.741.56-
YUV81.290.64178.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 67.56%
GREEN value IS 58 (23.05% from 255) = 25.78%
BLUE value IS 15 (6.25% from 255) = 6.67%
R=67.56%
G=25.78%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.90
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152581500.620.900.4018.8382.0432.75
Hex983AF03E5A28135221
Octal2307217076132502312241
Binary10011000111010111101111101011010101000100111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983A0F; }

 p { color: rgb(152,58,15); }

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

<style>
 a { background-color: #983A0F; }

 a { background-color: rgb(152,58,15); }

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

<style>
 span { border-color: #983A0F; }

 span { border-color: rgb(152,58,15); }

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