#380901

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

Shades of Seal Brown #380901

Tints of Seal Brown #380901

Color information

#380901 (or 0x380901) is unknown color: approx Seal Brown. HEX triplet: 38, 09 and 01. RGB value is (56,9,1). Sum of RGB (Red+Green+Blue) = 56+9+1=66 (8% of max value = 765). Red value is 56 (22.27% from 255 or 84.85% from 66); Green value is 9 (3.91% from 255 or 13.64% from 66); Blue value is 1 (0.78% from 255 or 1.52% from 66); Max value from RGB is 56 - color contains mainly: red. Hex color #380901 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380901 is #C7F6FE. Grayscale: #161616. Windows color (decimal): -13104895 or 67896. OLE color: 67896.

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

Color convert

RGB5691-
CMYK00.840.980.78
HSL8.73º96.49%11.18%-
HSV(B)8.73º98.21%21.96%-
XYZ1.731.040.14-
YUV22.14116.07152.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 84.85%
GREEN value IS 9 (3.91% from 255) = 13.64%
BLUE value IS 1 (0.78% from 255) = 1.52%
R=84.85%
G=13.64%
B=1.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal569100.840.980.788.7396.4911.18
Hex3891054624E960b
Octal7011101241421161114013
Binary111000100110101010011000101001110100111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380901; }

 p { color: rgb(56,9,1); }

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

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

 a { background-color: rgb(56,9,1); }

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

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

 span { border-color: rgb(56,9,1); }

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