#380B0A

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

Shades of Seal Brown #380B0A

Tints of Seal Brown #380B0A

Color information

#380B0A (or 0x380B0A) is unknown color: approx Seal Brown. HEX triplet: 38, 0B and 0A. RGB value is (56,11,10). Sum of RGB (Red+Green+Blue) = 56+11+10=77 (10% of max value = 765). Red value is 56 (22.27% from 255 or 72.73% from 77); Green value is 11 (4.69% from 255 or 14.29% from 77); Blue value is 10 (4.30% from 255 or 12.99% from 77); Max value from RGB is 56 - color contains mainly: red. Hex color #380B0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380B0A is #C7F4F5. Grayscale: #181818. Windows color (decimal): -13104374 or 658232. OLE color: 658232.

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

Color convert

RGB561110-
CMYK00.800.820.78
HSL1.3º69.7%12.94%-
HSV(B)1.3º82.14%21.96%-
XYZ1.811.10.4-
YUV24.34119.91150.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 72.73%
GREEN value IS 11 (4.69% from 255) = 14.29%
BLUE value IS 10 (4.30% from 255) = 12.99%
R=72.73%
G=14.29%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56111000.800.820.781.369.712.94
Hex38BA050524E146d
Octal7013120120122116110615
Binary111000101110100101000010100101001110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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