#380502

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

Shades of Seal Brown #380502

Tints of Seal Brown #380502

Color information

#380502 (or 0x380502) is unknown color: approx Seal Brown. HEX triplet: 38, 05 and 02. RGB value is (56,5,2). Sum of RGB (Red+Green+Blue) = 56+5+2=63 (8% of max value = 765). Red value is 56 (22.27% from 255 or 88.89% from 63); Green value is 5 (2.34% from 255 or 7.94% from 63); Blue value is 2 (1.17% from 255 or 3.17% from 63); Max value from RGB is 56 - color contains mainly: red. Hex color #380502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380502 is #C7FAFD. Grayscale: #131313. Windows color (decimal): -13105918 or 132408. OLE color: 132408.

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

Color convert

RGB5652-
CMYK00.910.960.78
HSL3.33º93.1%11.37%-
HSV(B)3.33º96.43%21.96%-
XYZ1.70.950.15-
YUV19.91117.9153.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 88.89%
GREEN value IS 5 (2.34% from 255) = 7.94%
BLUE value IS 2 (1.17% from 255) = 3.17%
R=88.89%
G=7.94%
B=3.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal565200.910.960.783.3393.111.37
Hex385205B604E35db
Octal70520133140116313513
Binary1110001011001011011110000010011101110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380502; }

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

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

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

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

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

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

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

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