#38140C

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

Shades of Seal Brown #38140C

Tints of Seal Brown #38140C

Color information

#38140C (or 0x38140C) is unknown color: approx Seal Brown. HEX triplet: 38, 14 and 0C. RGB value is (56,20,12). Sum of RGB (Red+Green+Blue) = 56+20+12=88 (11% of max value = 765). Red value is 56 (22.27% from 255 or 63.64% from 88); Green value is 20 (8.20% from 255 or 22.73% from 88); Blue value is 12 (5.08% from 255 or 13.64% from 88); Max value from RGB is 56 - color contains mainly: red. Hex color #38140C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38140C is #C7EBF3. Grayscale: #1D1D1D. Windows color (decimal): -13102068 or 791608. OLE color: 791608.

HSL color Cylindrical-coordinate representation of color #38140C: hue angle of 10.91º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #38140C is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB562012-
CMYK00.640.790.78
HSL10.91º64.71%13.33%-
HSV(B)10.91º78.57%21.96%-
XYZ1.951.370.51-
YUV29.85117.93146.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 63.64%
GREEN value IS 20 (8.20% from 255) = 22.73%
BLUE value IS 12 (5.08% from 255) = 13.64%
R=63.64%
G=22.73%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56201200.640.790.7810.9164.7113.33
Hex3814C0404F4Eb41d
Octal70241401001171161310115
Binary1110001010011000100000010011111001110101110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38140C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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