#2C150F

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

Shades of Seal Brown #2C150F

Tints of Seal Brown #2C150F

Color information

#2C150F (or 0x2C150F) is unknown color: approx Seal Brown. HEX triplet: 2C, 15 and 0F. RGB value is (44,21,15). Sum of RGB (Red+Green+Blue) = 44+21+15=80 (10% of max value = 765). Red value is 44 (17.58% from 255 or 55% from 80); Green value is 21 (8.59% from 255 or 26.25% from 80); Blue value is 15 (6.25% from 255 or 18.75% from 80); Max value from RGB is 44 - color contains mainly: red. Hex color #2C150F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C150F is #D3EAF0. Grayscale: #1B1B1B. Windows color (decimal): -13888241 or 988460. OLE color: 988460.

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

Color convert

RGB442115-
CMYK00.520.660.83
HSL12.41º49.15%11.57%-
HSV(B)12.41º65.91%17.25%-
XYZ1.391.110.59-
YUV27.19121.12139.99-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 55%
GREEN value IS 21 (8.59% from 255) = 26.25%
BLUE value IS 15 (6.25% from 255) = 18.75%
R=55%
G=26.25%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44211500.520.660.8312.4149.1511.57
Hex2C15F0344253c31c
Octal542517064102123146114
Binary10110010101111101101001000010101001111001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C150F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,21,15); }

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

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

 a { background-color: rgb(44,21,15); }

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

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

 span { border-color: rgb(44,21,15); }

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