#380902

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

Shades of Seal Brown #380902

Tints of Seal Brown #380902

Color information

#380902 (or 0x380902) is unknown color: approx Seal Brown. HEX triplet: 38, 09 and 02. RGB value is (56,9,2). Sum of RGB (Red+Green+Blue) = 56+9+2=67 (8% of max value = 765). Red value is 56 (22.27% from 255 or 83.58% from 67); Green value is 9 (3.91% from 255 or 13.43% from 67); Blue value is 2 (1.17% from 255 or 2.99% from 67); Max value from RGB is 56 - color contains mainly: red. Hex color #380902 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380902 is #C7F6FD. Grayscale: #161616. Windows color (decimal): -13104894 or 133432. OLE color: 133432.

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

Color convert

RGB5692-
CMYK00.840.960.78
HSL7.78º93.1%11.37%-
HSV(B)7.78º96.43%21.96%-
XYZ1.741.040.17-
YUV22.26116.57152.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 83.58%
GREEN value IS 9 (3.91% from 255) = 13.43%
BLUE value IS 2 (1.17% from 255) = 2.99%
R=83.58%
G=13.43%
B=2.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal569200.840.960.787.7893.111.37
Hex3892054604E85db
Octal7011201241401161013513
Binary1110001001100101010011000001001110100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380902; }

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

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

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

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

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

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

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

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