#381212

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

Shades of Seal Brown #381212

Tints of Seal Brown #381212

Color information

#381212 (or 0x381212) is unknown color: approx Seal Brown. HEX triplet: 38, 12 and 12. RGB value is (56,18,18). Sum of RGB (Red+Green+Blue) = 56+18+18=92 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.87% from 92); Green value is 18 (7.42% from 255 or 19.57% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 56 - color contains mainly: red. Hex color #381212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381212 is #C7EDED. Grayscale: #1D1D1D. Windows color (decimal): -13102574 or 1184312. OLE color: 1184312.

HSL color Cylindrical-coordinate representation of color #381212: hue angle of 0º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #381212 is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB561818-
CMYK00.680.680.78
HSL51.35%14.51%-
HSV(B)67.86%21.96%-
XYZ1.961.320.72-
YUV29.36121.59147-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 60.87%
GREEN value IS 18 (7.42% from 255) = 19.57%
BLUE value IS 18 (7.42% from 255) = 19.57%
R=60.87%
G=19.57%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56181800.680.680.78051.3514.51
Hex381212044444E033f
Octal702222010410411606317
Binary1110001001010010010001001000100100111001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381212; }

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

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

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

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

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

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

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

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