#380908

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

Shades of Seal Brown #380908

Tints of Seal Brown #380908

Color information

#380908 (or 0x380908) is unknown color: approx Seal Brown. HEX triplet: 38, 09 and 08. RGB value is (56,9,8). Sum of RGB (Red+Green+Blue) = 56+9+8=73 (9% of max value = 765). Red value is 56 (22.27% from 255 or 76.71% from 73); Green value is 9 (3.91% from 255 or 12.33% from 73); Blue value is 8 (3.52% from 255 or 10.96% from 73); Max value from RGB is 56 - color contains mainly: red. Hex color #380908 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380908 is #C7F6F7. Grayscale: #161616. Windows color (decimal): -13104888 or 526648. OLE color: 526648.

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

Color convert

RGB5698-
CMYK00.840.860.78
HSL1.25º75%12.55%-
HSV(B)1.25º85.71%21.96%-
XYZ1.771.050.34-
YUV22.94119.57151.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 76.71%
GREEN value IS 9 (3.91% from 255) = 12.33%
BLUE value IS 8 (3.52% from 255) = 10.96%
R=76.71%
G=12.33%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal569800.840.860.781.257512.55
Hex3898054564E14bd
Octal7011100124126116111315
Binary111000100110000101010010101101001110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380908; }

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

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

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

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

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

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

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

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