#380903

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

Shades of Seal Brown #380903

Tints of Seal Brown #380903

Color information

#380903 (or 0x380903) is unknown color: approx Seal Brown. HEX triplet: 38, 09 and 03. RGB value is (56,9,3). Sum of RGB (Red+Green+Blue) = 56+9+3=68 (9% of max value = 765). Red value is 56 (22.27% from 255 or 82.35% from 68); Green value is 9 (3.91% from 255 or 13.24% from 68); Blue value is 3 (1.56% from 255 or 4.41% from 68); Max value from RGB is 56 - color contains mainly: red. Hex color #380903 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380903 is #C7F6FC. Grayscale: #161616. Windows color (decimal): -13104893 or 198968. OLE color: 198968.

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

Color convert

RGB5693-
CMYK00.840.950.78
HSL6.79º89.83%11.57%-
HSV(B)6.79º94.64%21.96%-
XYZ1.751.040.2-
YUV22.37117.07151.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 82.35%
GREEN value IS 9 (3.91% from 255) = 13.24%
BLUE value IS 3 (1.56% from 255) = 4.41%
R=82.35%
G=13.24%
B=4.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal569300.840.950.786.7989.8311.57
Hex38930545F4E75ac
Octal701130124137116713214
Binary111000100111010101001011111100111011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380903; }

 p { color: rgb(56,9,3); }

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

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

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

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

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

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

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