#380B05

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

Shades of Seal Brown #380B05

Tints of Seal Brown #380B05

Color information

#380B05 (or 0x380B05) is unknown color: approx Seal Brown. HEX triplet: 38, 0B and 05. RGB value is (56,11,5). Sum of RGB (Red+Green+Blue) = 56+11+5=72 (9% of max value = 765). Red value is 56 (22.27% from 255 or 77.78% from 72); Green value is 11 (4.69% from 255 or 15.28% from 72); Blue value is 5 (2.34% from 255 or 6.94% from 72); Max value from RGB is 56 - color contains mainly: red. Hex color #380B05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380B05 is #C7F4FA. Grayscale: #171717. Windows color (decimal): -13104379 or 330552. OLE color: 330552.

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

Color convert

RGB56115-
CMYK00.800.910.78
HSL7.06º83.61%11.96%-
HSV(B)7.06º91.07%21.96%-
XYZ1.781.090.26-
YUV23.77117.41150.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 77.78%
GREEN value IS 11 (4.69% from 255) = 15.28%
BLUE value IS 5 (2.34% from 255) = 6.94%
R=77.78%
G=15.28%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5611500.800.910.787.0683.6111.96
Hex38B50505B4E754c
Octal701350120133116712414
Binary1110001011101010100001011011100111011110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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