Html Css Color HEX #2F1310 Seal Brown

📋 copy color: '#2F1310'

red 47 ◦ green 19 ◦ blue 16

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

Shades of Seal Brown #2F1310

Tints of Seal Brown #2F1310

RGB

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

 GREEN value IS 19 (7.81% from 255) = 23.17%

 BLUE value IS 16 (6.64% from 255) = 19.51%

R = 57.32%
G = 23.17%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.82

RGB Variations

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

Color information

#2F1310 (or 0x2F1310) is known color: Seal Brown. HEX triplet: 2F, 13 and 10. RGB value is (47,19,16). Sum of RGB (Red+Green+Blue) = 47+19+16=82 (10% of max value = 765). Red value is 47 (18.75% from 255 or 57.32% from 82); Green value is 19 (7.81% from 255 or 23.17% from 82); Blue value is 16 (6.64% from 255 or 19.51% from 82); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F1310 is #D0ECEF. Grayscale: #1B1B1B. Windows color (decimal): -13692144 or 1053487. OLE color: 1053487.

HSL color Cylindrical-coordinate representation of color #2F1310: hue angle of 5.81º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F1310 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.82.

Color convert

RGB 47 19 16 -
CMYK 0 0.60 0.66 0.82
HSL 5.81º 0.49% 0.12% -
HSV(B) 5.81º 0.66% 0.18% -
XYZ 1.5 1.11 0.62 -
YUV 27.03 121.78 142.24 -
System Red Green Blue C M Y K H S L
Decimal 47 19 16 0 0.60 0.66 0.82 5.81 0.49 0.12
Hex 2F 13 10 0 3C 42 52 6 31 C
Octal 57 23 20 0 74 102 122 6 61 14
Binary 101111 10011 10000 0 111100 1000010 1010010 110 110001 1100

Color Harmonies of #2F1310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1310

Black with #2F1310

Text Example


Text Example

White with #2F1310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,19,16); }

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

background-color css

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

 a { background-color: rgb(47,19,16); }

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

border-color css

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

 span { border-color: rgb(47,19,16); }

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