#2F0905

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

Shades of Seal Brown #2F0905

Tints of Seal Brown #2F0905

Color information

#2F0905 (or 0x2F0905) is unknown color: approx Seal Brown. HEX triplet: 2F, 09 and 05. RGB value is (47,9,5). Sum of RGB (Red+Green+Blue) = 47+9+5=61 (8% of max value = 765). Red value is 47 (18.75% from 255 or 77.05% from 61); Green value is 9 (3.91% from 255 or 14.75% from 61); Blue value is 5 (2.34% from 255 or 8.20% from 61); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0905 is #D0F6FA. Grayscale: #131313. Windows color (decimal): -13694715 or 330031. OLE color: 330031.

HSL color Cylindrical-coordinate representation of color #2F0905: hue angle of 5.71º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F0905 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.82.

Color convert

RGB4795-
CMYK00.810.890.82
HSL5.71º80.77%10.2%-
HSV(B)5.71º89.36%18.43%-
XYZ1.30.810.23-
YUV19.91119.59147.33-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 77.05%
GREEN value IS 9 (3.91% from 255) = 14.75%
BLUE value IS 5 (2.34% from 255) = 8.20%
R=77.05%
G=14.75%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.89
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal479500.810.890.825.7180.7710.2
Hex2F950515952651a
Octal571150121131122612112
Binary1011111001101010100011011001101001011010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,9,5); }

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

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

 a { background-color: rgb(47,9,5); }

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

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

 span { border-color: rgb(47,9,5); }

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