#38160D

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

Shades of Seal Brown #38160D

Tints of Seal Brown #38160D

Color information

#38160D (or 0x38160D) is unknown color: approx Seal Brown. HEX triplet: 38, 16 and 0D. RGB value is (56,22,13). Sum of RGB (Red+Green+Blue) = 56+22+13=91 (12% of max value = 765). Red value is 56 (22.27% from 255 or 61.54% from 91); Green value is 22 (8.98% from 255 or 24.18% from 91); Blue value is 13 (5.47% from 255 or 14.29% from 91); Max value from RGB is 56 - color contains mainly: red. Hex color #38160D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38160D is #C7E9F2. Grayscale: #1F1F1F. Windows color (decimal): -13101555 or 857656. OLE color: 857656.

HSL color Cylindrical-coordinate representation of color #38160D: hue angle of 12.56º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38160D is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB562213-
CMYK00.610.770.78
HSL12.56º62.32%13.53%-
HSV(B)12.56º76.79%21.96%-
XYZ1.991.440.55-
YUV31.14117.76145.73-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 61.54%
GREEN value IS 22 (8.98% from 255) = 24.18%
BLUE value IS 13 (5.47% from 255) = 14.29%
R=61.54%
G=24.18%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56221300.610.770.7812.5662.3213.53
Hex3816D03D4D4Ed3ee
Octal702615075115116157616
Binary11100010110110101111011001101100111011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38160D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38160D; }

 p { color: rgb(56,22,13); }

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

<style>
 a { background-color: #38160D; }

 a { background-color: rgb(56,22,13); }

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

<style>
 span { border-color: #38160D; }

 span { border-color: rgb(56,22,13); }

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