Html Css Color HEX #2C1615 Seal Brown

📋 copy color: '#2C1615'

red 44 ◦ green 22 ◦ blue 21

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

Shades of Seal Brown #2C1615

Tints of Seal Brown #2C1615

RGB

 RED value IS 44 (17.58% from 255) = 50.57%

 GREEN value IS 22 (8.98% from 255) = 25.29%

 BLUE value IS 21 (8.59% from 255) = 24.14%

R = 50.57%
G = 25.29%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.52

 K value IS 0.83

RGB Variations

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

Color information

#2C1615 (or 0x2C1615) is known color: Seal Brown. HEX triplet: 2C, 16 and 15. RGB value is (44,22,21). Sum of RGB (Red+Green+Blue) = 44+22+21=87 (11% of max value = 765). Red value is 44 (17.58% from 255 or 50.57% from 87); Green value is 22 (8.98% from 255 or 25.29% from 87); Blue value is 21 (8.59% from 255 or 24.14% from 87); Max value from RGB is 44 - color contains mainly: red. Hex color #2C1615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C1615 is #D3E9EA. Grayscale: #1C1C1C. Windows color (decimal): -13887979 or 1381932. OLE color: 1381932.

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

Color convert

RGB 44 22 21 -
CMYK 0 0.5 0.52 0.83
HSL 2.61º 0.35% 0.13% -
HSV(B) 2.61º 0.52% 0.17% -
XYZ 1.46 1.16 0.86 -
YUV 28.46 123.79 139.08 -
System Red Green Blue C M Y K H S L
Decimal 44 22 21 0 0.5 0.52 0.83 2.61 0.35 0.13
Hex 2C 16 15 0 32 34 53 3 23 D
Octal 54 26 25 0 62 64 123 3 43 15
Binary 101100 10110 10101 0 110010 110100 1010011 11 100011 1101

Color Harmonies of #2C1615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C1615

Black with #2C1615

Text Example


Text Example

White with #2C1615

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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