#380B06

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

Shades of Seal Brown #380B06

Tints of Seal Brown #380B06

Color information

#380B06 (or 0x380B06) is unknown color: approx Seal Brown. HEX triplet: 38, 0B and 06. RGB value is (56,11,6). Sum of RGB (Red+Green+Blue) = 56+11+6=73 (9% of max value = 765). Red value is 56 (22.27% from 255 or 76.71% from 73); Green value is 11 (4.69% from 255 or 15.07% from 73); Blue value is 6 (2.73% from 255 or 8.22% from 73); Max value from RGB is 56 - color contains mainly: red. Hex color #380B06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380B06 is #C7F4F9. Grayscale: #171717. Windows color (decimal): -13104378 or 396088. OLE color: 396088.

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

Color convert

RGB56116-
CMYK00.800.890.78
HSL80.65%12.16%-
HSV(B)89.29%21.96%-
XYZ1.781.090.29-
YUV23.88117.91150.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 76.71%
GREEN value IS 11 (4.69% from 255) = 15.07%
BLUE value IS 6 (2.73% from 255) = 8.22%
R=76.71%
G=15.07%
B=8.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5611600.800.890.78680.6512.16
Hex38B6050594E651c
Octal701360120131116612114
Binary1110001011110010100001011001100111011010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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