#380F02

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

Shades of Seal Brown #380F02

Tints of Seal Brown #380F02

Color information

#380F02 (or 0x380F02) is unknown color: approx Seal Brown. HEX triplet: 38, 0F and 02. RGB value is (56,15,2). Sum of RGB (Red+Green+Blue) = 56+15+2=73 (9% of max value = 765). Red value is 56 (22.27% from 255 or 76.71% from 73); Green value is 15 (6.25% from 255 or 20.55% from 73); Blue value is 2 (1.17% from 255 or 2.74% from 73); Max value from RGB is 56 - color contains mainly: red. Hex color #380F02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380F02 is #C7F0FD. Grayscale: #191919. Windows color (decimal): -13103358 or 134968. OLE color: 134968.

HSL color Cylindrical-coordinate representation of color #380F02: hue angle of 14.44º 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 #380F02 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB56152-
CMYK00.730.960.78
HSL14.44º93.1%11.37%-
HSV(B)14.44º96.43%21.96%-
XYZ1.811.190.19-
YUV25.78114.58149.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 76.71%
GREEN value IS 15 (6.25% from 255) = 20.55%
BLUE value IS 2 (1.17% from 255) = 2.74%
R=76.71%
G=20.55%
B=2.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5615200.730.960.7814.4493.111.37
Hex38F2049604Ee5db
Octal7017201111401161613513
Binary1110001111100100100111000001001110111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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