#380704

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

Shades of Seal Brown #380704

Tints of Seal Brown #380704

Color information

#380704 (or 0x380704) is unknown color: approx Seal Brown. HEX triplet: 38, 07 and 04. RGB value is (56,7,4). Sum of RGB (Red+Green+Blue) = 56+7+4=67 (8% of max value = 765). Red value is 56 (22.27% from 255 or 83.58% from 67); Green value is 7 (3.12% from 255 or 10.45% from 67); Blue value is 4 (1.95% from 255 or 5.97% from 67); Max value from RGB is 56 - color contains mainly: red. Hex color #380704 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380704 is #C7F8FB. Grayscale: #151515. Windows color (decimal): -13105404 or 263992. OLE color: 263992.

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

Color convert

RGB5674-
CMYK00.880.930.78
HSL3.46º86.67%11.76%-
HSV(B)3.46º92.86%21.96%-
XYZ1.7310.22-
YUV21.31118.23152.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 83.58%
GREEN value IS 7 (3.12% from 255) = 10.45%
BLUE value IS 4 (1.95% from 255) = 5.97%
R=83.58%
G=10.45%
B=5.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal567400.880.930.783.4686.6711.76
Hex38740585D4E357c
Octal70740130135116312714
Binary11100011110001011000101110110011101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380704; }

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

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

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

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

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

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

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

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