#380504

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

Shades of Seal Brown #380504

Tints of Seal Brown #380504

Color information

#380504 (or 0x380504) is unknown color: approx Seal Brown. HEX triplet: 38, 05 and 04. RGB value is (56,5,4). Sum of RGB (Red+Green+Blue) = 56+5+4=65 (8% of max value = 765). Red value is 56 (22.27% from 255 or 86.15% from 65); Green value is 5 (2.34% from 255 or 7.69% from 65); Blue value is 4 (1.95% from 255 or 6.15% from 65); Max value from RGB is 56 - color contains mainly: red. Hex color #380504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380504 is #C7FAFB. Grayscale: #141414. Windows color (decimal): -13105916 or 263480. OLE color: 263480.

HSL color Cylindrical-coordinate representation of color #380504: hue angle of 1.15º 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 #380504 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.78.

Color convert

RGB5654-
CMYK00.910.930.78
HSL1.15º86.67%11.76%-
HSV(B)1.15º92.86%21.96%-
XYZ1.710.960.21-
YUV20.13118.9153.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 86.15%
GREEN value IS 5 (2.34% from 255) = 7.69%
BLUE value IS 4 (1.95% from 255) = 6.15%
R=86.15%
G=7.69%
B=6.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal565400.910.930.781.1586.6711.76
Hex385405B5D4E157c
Octal70540133135116112714
Binary1110001011000101101110111011001110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380504; }

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

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

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

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

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

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

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

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