#38120C

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

Shades of Seal Brown #38120C

Tints of Seal Brown #38120C

Color information

#38120C (or 0x38120C) is unknown color: approx Seal Brown. HEX triplet: 38, 12 and 0C. RGB value is (56,18,12). Sum of RGB (Red+Green+Blue) = 56+18+12=86 (11% of max value = 765). Red value is 56 (22.27% from 255 or 65.12% from 86); Green value is 18 (7.42% from 255 or 20.93% from 86); Blue value is 12 (5.08% from 255 or 13.95% from 86); Max value from RGB is 56 - color contains mainly: red. Hex color #38120C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38120C is #C7EDF3. Grayscale: #1C1C1C. Windows color (decimal): -13102580 or 791096. OLE color: 791096.

HSL color Cylindrical-coordinate representation of color #38120C: hue angle of 8.18º 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 #38120C is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB561812-
CMYK00.680.790.78
HSL8.18º64.71%13.33%-
HSV(B)8.18º78.57%21.96%-
XYZ1.911.30.5-
YUV28.68118.59147.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 65.12%
GREEN value IS 18 (7.42% from 255) = 20.93%
BLUE value IS 12 (5.08% from 255) = 13.95%
R=65.12%
G=20.93%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56181200.680.790.788.1864.7113.33
Hex3812C0444F4E841d
Octal70221401041171161010115
Binary1110001001011000100010010011111001110100010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38120C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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