Html Css Color HEX #2F0A07 Seal Brown

📋 copy color: '#2F0A07'

red 47 ◦ green 10 ◦ blue 7

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

Shades of Seal Brown #2F0A07

Tints of Seal Brown #2F0A07

RGB

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

 GREEN value IS 10 (4.3% from 255) = 15.63%

 BLUE value IS 7 (3.13% from 255) = 10.94%

R = 73.44%
G = 15.63%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.82

RGB Variations

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

Color information

#2F0A07 (or 0x2F0A07) is known color: Seal Brown. HEX triplet: 2F, 0A and 07. RGB value is (47,10,7). Sum of RGB (Red+Green+Blue) = 47+10+7=64 (8% of max value = 765). Red value is 47 (18.75% from 255 or 73.44% from 64); Green value is 10 (4.30% from 255 or 15.62% from 64); Blue value is 7 (3.12% from 255 or 10.94% from 64); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0A07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0A07 is #D0F5F8. Grayscale: #141414. Windows color (decimal): -13694457 or 461359. OLE color: 461359.

HSL color Cylindrical-coordinate representation of color #2F0A07: hue angle of 4.5º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F0A07 is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.82.

Color convert

RGB 47 10 7 -
CMYK 0 0.79 0.85 0.82
HSL 4.5º 0.74% 0.11% -
HSV(B) 4.5º 0.85% 0.18% -
XYZ 1.32 0.84 0.29 -
YUV 20.72 120.26 146.74 -
System Red Green Blue C M Y K H S L
Decimal 47 10 7 0 0.79 0.85 0.82 4.5 0.74 0.11
Hex 2F A 7 0 4F 55 52 4 4A B
Octal 57 12 7 0 117 125 122 4 112 13
Binary 101111 1010 111 0 1001111 1010101 1010010 100 1001010 1011

Color Harmonies of #2F0A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0A07

Black with #2F0A07

Text Example


Text Example

White with #2F0A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,10,7); }

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

background-color css

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

 a { background-color: rgb(47,10,7); }

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

border-color css

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

 span { border-color: rgb(47,10,7); }

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