#380E08

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

Shades of Seal Brown #380E08

Tints of Seal Brown #380E08

Color information

#380E08 (or 0x380E08) is unknown color: approx Seal Brown. HEX triplet: 38, 0E and 08. RGB value is (56,14,8). Sum of RGB (Red+Green+Blue) = 56+14+8=78 (10% of max value = 765). Red value is 56 (22.27% from 255 or 71.79% from 78); Green value is 14 (5.86% from 255 or 17.95% from 78); Blue value is 8 (3.52% from 255 or 10.26% from 78); Max value from RGB is 56 - color contains mainly: red. Hex color #380E08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380E08 is #C7F1F7. Grayscale: #191919. Windows color (decimal): -13103608 or 527928. OLE color: 527928.

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

Color convert

RGB56148-
CMYK00.750.860.78
HSL7.5º75%12.55%-
HSV(B)7.5º85.71%21.96%-
XYZ1.831.170.36-
YUV25.87117.91149.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 71.79%
GREEN value IS 14 (5.86% from 255) = 17.95%
BLUE value IS 8 (3.52% from 255) = 10.26%
R=71.79%
G=17.95%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5614800.750.860.787.57512.55
Hex38E804B564E84bd
Octal70161001131261161011315
Binary111000111010000100101110101101001110100010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,14,8); }

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

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

 a { background-color: rgb(56,14,8); }

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

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

 span { border-color: rgb(56,14,8); }

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