#381208

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

Shades of Seal Brown #381208

Tints of Seal Brown #381208

Color information

#381208 (or 0x381208) is unknown color: approx Seal Brown. HEX triplet: 38, 12 and 08. RGB value is (56,18,8). Sum of RGB (Red+Green+Blue) = 56+18+8=82 (10% of max value = 765). Red value is 56 (22.27% from 255 or 68.29% from 82); Green value is 18 (7.42% from 255 or 21.95% from 82); Blue value is 8 (3.52% from 255 or 9.76% from 82); Max value from RGB is 56 - color contains mainly: red. Hex color #381208 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381208 is #C7EDF7. Grayscale: #1C1C1C. Windows color (decimal): -13102584 or 528952. OLE color: 528952.

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

Color convert

RGB56188-
CMYK00.680.860.78
HSL12.5º75%12.55%-
HSV(B)12.5º85.71%21.96%-
XYZ1.891.290.38-
YUV28.22116.59147.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 68.29%
GREEN value IS 18 (7.42% from 255) = 21.95%
BLUE value IS 8 (3.52% from 255) = 9.76%
R=68.29%
G=21.95%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5618800.680.860.7812.57512.55
Hex38128044564Ed4bd
Octal70221001041261161511315
Binary1110001001010000100010010101101001110110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381208; }

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

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

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

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

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

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

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

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