#38110F

Color #38110F Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #38110F

Tints of Seal Brown #38110F

Color information

#38110F (or 0x38110F) is unknown color: approx Seal Brown. HEX triplet: 38, 11 and 0F. RGB value is (56,17,15). Sum of RGB (Red+Green+Blue) = 56+17+15=88 (11% of max value = 765). Red value is 56 (22.27% from 255 or 63.64% from 88); Green value is 17 (7.03% from 255 or 19.32% from 88); Blue value is 15 (6.25% from 255 or 17.05% from 88); Max value from RGB is 56 - color contains mainly: red. Hex color #38110F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38110F is #C7EEF0. Grayscale: #1C1C1C. Windows color (decimal): -13102833 or 987448. OLE color: 987448.

HSL color Cylindrical-coordinate representation of color #38110F: hue angle of 2.93º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38110F is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB561715-
CMYK00.700.730.78
HSL2.93º57.75%13.92%-
HSV(B)2.93º73.21%21.96%-
XYZ1.921.280.6-
YUV28.43120.42147.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 63.64%
GREEN value IS 17 (7.03% from 255) = 19.32%
BLUE value IS 15 (6.25% from 255) = 17.05%
R=63.64%
G=19.32%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56171500.700.730.782.9357.7513.92
Hex3811F046494E33ae
Octal702117010611111637216
Binary1110001000111110100011010010011001110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38110F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38110F; }

 p { color: rgb(56,17,15); }

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

<style>
 a { background-color: #38110F; }

 a { background-color: rgb(56,17,15); }

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

<style>
 span { border-color: #38110F; }

 span { border-color: rgb(56,17,15); }

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