Html Css Color HEX #2F0906 Seal Brown

📋 copy color: '#2F0906'

red 47 ◦ green 9 ◦ blue 6

#2F0906
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #2F0906

Tints of Seal Brown #2F0906

RGB

 RED value IS 47 (18.75% from 255) = 75.81%

 GREEN value IS 9 (3.91% from 255) = 14.52%

 BLUE value IS 6 (2.73% from 255) = 9.68%

R = 75.81%
G = 14.52%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.82

RGB Variations

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

Color information

#2F0906 (or 0x2F0906) is known color: Seal Brown. HEX triplet: 2F, 09 and 06. RGB value is (47,9,6). Sum of RGB (Red+Green+Blue) = 47+9+6=62 (8% of max value = 765). Red value is 47 (18.75% from 255 or 75.81% from 62); Green value is 9 (3.91% from 255 or 14.52% from 62); Blue value is 6 (2.73% from 255 or 9.68% from 62); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0906 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0906 is #D0F6F9. Grayscale: #141414. Windows color (decimal): -13694714 or 395567. OLE color: 395567.

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

Color convert

RGB 47 9 6 -
CMYK 0 0.81 0.87 0.82
HSL 4.39º 0.77% 0.1% -
HSV(B) 4.39º 0.87% 0.18% -
XYZ 1.3 0.81 0.26 -
YUV 20.02 120.09 147.24 -
System Red Green Blue C M Y K H S L
Decimal 47 9 6 0 0.81 0.87 0.82 4.39 0.77 0.1
Hex 2F 9 6 0 51 57 52 4 4D A
Octal 57 11 6 0 121 127 122 4 115 12
Binary 101111 1001 110 0 1010001 1010111 1010010 100 1001101 1010

Color Harmonies of #2F0906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0906

Black with #2F0906

Text Example


Text Example

White with #2F0906

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2F0906;
 }
 .AnyTagClassName
 {
   color: #2F0906;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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