#380D02

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

Shades of Seal Brown #380D02

Tints of Seal Brown #380D02

Color information

#380D02 (or 0x380D02) is unknown color: approx Seal Brown. HEX triplet: 38, 0D and 02. RGB value is (56,13,2). Sum of RGB (Red+Green+Blue) = 56+13+2=71 (9% of max value = 765). Red value is 56 (22.27% from 255 or 78.87% from 71); Green value is 13 (5.47% from 255 or 18.31% from 71); Blue value is 2 (1.17% from 255 or 2.82% from 71); Max value from RGB is 56 - color contains mainly: red. Hex color #380D02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380D02 is #C7F2FD. Grayscale: #181818. Windows color (decimal): -13103870 or 134456. OLE color: 134456.

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

Color convert

RGB56132-
CMYK00.770.960.78
HSL12.22º93.1%11.37%-
HSV(B)12.22º96.43%21.96%-
XYZ1.791.130.18-
YUV24.6115.25150.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 78.87%
GREEN value IS 13 (5.47% from 255) = 18.31%
BLUE value IS 2 (1.17% from 255) = 2.82%
R=78.87%
G=18.31%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5613200.770.960.7812.2293.111.37
Hex38D204D604Ec5db
Octal7015201151401161413513
Binary1110001101100100110111000001001110110010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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