#2D140F

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

Shades of Seal Brown #2D140F

Tints of Seal Brown #2D140F

Color information

#2D140F (or 0x2D140F) is unknown color: approx Seal Brown. HEX triplet: 2D, 14 and 0F. RGB value is (45,20,15). Sum of RGB (Red+Green+Blue) = 45+20+15=80 (10% of max value = 765). Red value is 45 (17.97% from 255 or 56.25% from 80); Green value is 20 (8.20% from 255 or 25% from 80); Blue value is 15 (6.25% from 255 or 18.75% from 80); Max value from RGB is 45 - color contains mainly: red. Hex color #2D140F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D140F is #D2EBF0. Grayscale: #1A1A1A. Windows color (decimal): -13822961 or 988205. OLE color: 988205.

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

Color convert

RGB452015-
CMYK00.560.670.82
HSL10º50%11.76%-
HSV(B)10º66.67%17.65%-
XYZ1.421.090.59-
YUV26.9121.28140.91-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 56.25%
GREEN value IS 20 (8.20% from 255) = 25%
BLUE value IS 15 (6.25% from 255) = 18.75%
R=56.25%
G=25%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45201500.560.670.82105011.76
Hex2D14F0384352a32c
Octal552417070103122126214
Binary10110110100111101110001000011101001010101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D140F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,20,15); }

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

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

 a { background-color: rgb(45,20,15); }

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

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

 span { border-color: rgb(45,20,15); }

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