#2F1612

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

Shades of Seal Brown #2F1612

Tints of Seal Brown #2F1612

Color information

#2F1612 (or 0x2F1612) is unknown color: approx Seal Brown. HEX triplet: 2F, 16 and 12. RGB value is (47,22,18). Sum of RGB (Red+Green+Blue) = 47+22+18=87 (11% of max value = 765). Red value is 47 (18.75% from 255 or 54.02% from 87); Green value is 22 (8.98% from 255 or 25.29% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F1612 is #D0E9ED. Grayscale: #1D1D1D. Windows color (decimal): -13691374 or 1185327. OLE color: 1185327.

HSL color Cylindrical-coordinate representation of color #2F1612: hue angle of 8.28º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F1612 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.82.

Color convert

RGB472218-
CMYK00.530.620.82
HSL8.28º44.62%12.75%-
HSV(B)8.28º61.7%18.43%-
XYZ1.571.220.73-
YUV29.02121.78140.83-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 54.02%
GREEN value IS 22 (8.98% from 255) = 25.29%
BLUE value IS 18 (7.42% from 255) = 20.69%
R=54.02%
G=25.29%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47221800.530.620.828.2844.6212.75
Hex2F16120353E5282dd
Octal57262206576122105515
Binary10111110110100100110101111110101001010001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F1612; }

 p { color: rgb(47,22,18); }

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

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

 a { background-color: rgb(47,22,18); }

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

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

 span { border-color: rgb(47,22,18); }

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