#380B01

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

Shades of Seal Brown #380B01

Tints of Seal Brown #380B01

Color information

#380B01 (or 0x380B01) is unknown color: approx Seal Brown. HEX triplet: 38, 0B and 01. RGB value is (56,11,1). Sum of RGB (Red+Green+Blue) = 56+11+1=68 (9% of max value = 765). Red value is 56 (22.27% from 255 or 82.35% from 68); Green value is 11 (4.69% from 255 or 16.18% from 68); Blue value is 1 (0.78% from 255 or 1.47% from 68); Max value from RGB is 56 - color contains mainly: red. Hex color #380B01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380B01 is #C7F4FE. Grayscale: #171717. Windows color (decimal): -13104383 or 68408. OLE color: 68408.

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

Color convert

RGB56111-
CMYK00.800.980.78
HSL10.91º96.49%11.18%-
HSV(B)10.91º98.21%21.96%-
XYZ1.761.080.15-
YUV23.32115.41151.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 82.35%
GREEN value IS 11 (4.69% from 255) = 16.18%
BLUE value IS 1 (0.78% from 255) = 1.47%
R=82.35%
G=16.18%
B=1.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5611100.800.980.7810.9196.4911.18
Hex38B1050624Eb60b
Octal7013101201421161314013
Binary111000101110101000011000101001110101111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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