#380505

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

Shades of Seal Brown #380505

Tints of Seal Brown #380505

Color information

#380505 (or 0x380505) is unknown color: approx Seal Brown. HEX triplet: 38, 05 and 05. RGB value is (56,5,5). Sum of RGB (Red+Green+Blue) = 56+5+5=66 (8% of max value = 765). Red value is 56 (22.27% from 255 or 84.85% from 66); Green value is 5 (2.34% from 255 or 7.58% from 66); Blue value is 5 (2.34% from 255 or 7.58% from 66); Max value from RGB is 56 - color contains mainly: red. Hex color #380505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380505 is #C7FAFA. Grayscale: #141414. Windows color (decimal): -13105915 or 329016. OLE color: 329016.

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

Color convert

RGB5655-
CMYK00.910.910.78
HSL83.61%11.96%-
HSV(B)91.07%21.96%-
XYZ1.710.960.24-
YUV20.25119.4153.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 84.85%
GREEN value IS 5 (2.34% from 255) = 7.58%
BLUE value IS 5 (2.34% from 255) = 7.58%
R=84.85%
G=7.58%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal565500.910.910.78083.6111.96
Hex385505B5B4E054c
Octal70550133133116012414
Binary1110001011010101101110110111001110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380505; }

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

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

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

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

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

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

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

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