#380D0C

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

Shades of Seal Brown #380D0C

Tints of Seal Brown #380D0C

Color information

#380D0C (or 0x380D0C) is unknown color: approx Seal Brown. HEX triplet: 38, 0D and 0C. RGB value is (56,13,12). Sum of RGB (Red+Green+Blue) = 56+13+12=81 (10% of max value = 765). Red value is 56 (22.27% from 255 or 69.14% from 81); Green value is 13 (5.47% from 255 or 16.05% from 81); Blue value is 12 (5.08% from 255 or 14.81% from 81); Max value from RGB is 56 - color contains mainly: red. Hex color #380D0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380D0C is #C7F2F3. Grayscale: #191919. Windows color (decimal): -13103860 or 789816. OLE color: 789816.

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

Color convert

RGB561312-
CMYK00.770.790.78
HSL1.36º64.71%13.33%-
HSV(B)1.36º78.57%21.96%-
XYZ1.841.160.47-
YUV25.74120.25149.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 69.14%
GREEN value IS 13 (5.47% from 255) = 16.05%
BLUE value IS 12 (5.08% from 255) = 14.81%
R=69.14%
G=16.05%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56131200.770.790.781.3664.7113.33
Hex38DC04D4F4E141d
Octal7015140115117116110115
Binary111000110111000100110110011111001110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,13,12); }

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

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

 a { background-color: rgb(56,13,12); }

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

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

 span { border-color: rgb(56,13,12); }

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