#3B1008

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

Shades of Seal Brown #3B1008

Tints of Seal Brown #3B1008

Color information

#3B1008 (or 0x3B1008) is unknown color: approx Seal Brown. HEX triplet: 3B, 10 and 08. RGB value is (59,16,8). Sum of RGB (Red+Green+Blue) = 59+16+8=83 (10% of max value = 765). Red value is 59 (23.44% from 255 or 71.08% from 83); Green value is 16 (6.64% from 255 or 19.28% from 83); Blue value is 8 (3.52% from 255 or 9.64% from 83); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1008 is #C4EFF7. Grayscale: #1C1C1C. Windows color (decimal): -12906488 or 528443. OLE color: 528443.

HSL color Cylindrical-coordinate representation of color #3B1008: hue angle of 9.41º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3B1008 is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.77.

Color convert

RGB59168-
CMYK00.730.860.77
HSL9.41º76.12%13.14%-
HSV(B)9.41º86.44%23.14%-
XYZ2.031.320.38-
YUV27.94116.75150.15-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 71.08%
GREEN value IS 16 (6.64% from 255) = 19.28%
BLUE value IS 8 (3.52% from 255) = 9.64%
R=71.08%
G=19.28%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.86
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5916800.730.860.779.4176.1213.14
Hex3B108049564D94cd
Octal73201001111261151111415
Binary1110111000010000100100110101101001101100110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B1008; }

 p { color: rgb(59,16,8); }

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

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

 a { background-color: rgb(59,16,8); }

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

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

 span { border-color: rgb(59,16,8); }

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