#380B03

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

Shades of Seal Brown #380B03

Tints of Seal Brown #380B03

Color information

#380B03 (or 0x380B03) is unknown color: approx Seal Brown. HEX triplet: 38, 0B and 03. RGB value is (56,11,3). Sum of RGB (Red+Green+Blue) = 56+11+3=70 (9% of max value = 765). Red value is 56 (22.27% from 255 or 80% from 70); Green value is 11 (4.69% from 255 or 15.71% from 70); Blue value is 3 (1.56% from 255 or 4.29% from 70); Max value from RGB is 56 - color contains mainly: red. Hex color #380B03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380B03 is #C7F4FC. Grayscale: #171717. Windows color (decimal): -13104381 or 199480. OLE color: 199480.

HSL color Cylindrical-coordinate representation of color #380B03: hue angle of 9.06º 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 #380B03 is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.78.

Color convert

RGB56113-
CMYK00.800.950.78
HSL9.06º89.83%11.57%-
HSV(B)9.06º94.64%21.96%-
XYZ1.771.090.2-
YUV23.54116.41151.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 80%
GREEN value IS 11 (4.69% from 255) = 15.71%
BLUE value IS 3 (1.56% from 255) = 4.29%
R=80%
G=15.71%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5611300.800.950.789.0689.8311.57
Hex38B30505F4E95ac
Octal7013301201371161113214
Binary1110001011110101000010111111001110100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380B03; }

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

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

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

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

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

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

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

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