#380B04

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

Shades of Seal Brown #380B04

Tints of Seal Brown #380B04

Color information

#380B04 (or 0x380B04) is unknown color: approx Seal Brown. HEX triplet: 38, 0B and 04. RGB value is (56,11,4). Sum of RGB (Red+Green+Blue) = 56+11+4=71 (9% of max value = 765). Red value is 56 (22.27% from 255 or 78.87% from 71); Green value is 11 (4.69% from 255 or 15.49% from 71); Blue value is 4 (1.95% from 255 or 5.63% from 71); Max value from RGB is 56 - color contains mainly: red. Hex color #380B04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380B04 is #C7F4FB. Grayscale: #171717. Windows color (decimal): -13104380 or 265016. OLE color: 265016.

HSL color Cylindrical-coordinate representation of color #380B04: hue angle of 8.08º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #380B04 is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.78.

Color convert

RGB56114-
CMYK00.800.930.78
HSL8.08º86.67%11.76%-
HSV(B)8.08º92.86%21.96%-
XYZ1.771.090.23-
YUV23.66116.91151.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 78.87%
GREEN value IS 11 (4.69% from 255) = 15.49%
BLUE value IS 4 (1.95% from 255) = 5.63%
R=78.87%
G=15.49%
B=5.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5611400.800.930.788.0886.6711.76
Hex38B40505D4E857c
Octal7013401201351161012714
Binary11100010111000101000010111011001110100010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380B04; }

 p { color: rgb(56,11,4); }

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

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

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

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

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

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

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