#38140D

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

Shades of Seal Brown #38140D

Tints of Seal Brown #38140D

Color information

#38140D (or 0x38140D) is unknown color: approx Seal Brown. HEX triplet: 38, 14 and 0D. RGB value is (56,20,13). Sum of RGB (Red+Green+Blue) = 56+20+13=89 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.92% from 89); Green value is 20 (8.20% from 255 or 22.47% from 89); Blue value is 13 (5.47% from 255 or 14.61% from 89); Max value from RGB is 56 - color contains mainly: red. Hex color #38140D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38140D is #C7EBF2. Grayscale: #1E1E1E. Windows color (decimal): -13102067 or 857144. OLE color: 857144.

HSL color Cylindrical-coordinate representation of color #38140D: hue angle of 9.77º 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 #38140D is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB562013-
CMYK00.640.770.78
HSL9.77º62.32%13.53%-
HSV(B)9.77º76.79%21.96%-
XYZ1.951.370.54-
YUV29.97118.43146.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 62.92%
GREEN value IS 20 (8.20% from 255) = 22.47%
BLUE value IS 13 (5.47% from 255) = 14.61%
R=62.92%
G=22.47%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56201300.640.770.789.7762.3213.53
Hex3814D0404D4Ea3ee
Octal7024150100115116127616
Binary111000101001101010000001001101100111010101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38140D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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