Html Css Color HEX #2C1515 Seal Brown

📋 copy color: '#2C1515'

red 44 ◦ green 21 ◦ blue 21

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

Shades of Seal Brown #2C1515

Tints of Seal Brown #2C1515

RGB

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

 GREEN value IS 21 (8.59% from 255) = 24.42%

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

R = 51.16%
G = 24.42%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.83

RGB Variations

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

Color information

#2C1515 (or 0x2C1515) is known color: Seal Brown. HEX triplet: 2C, 15 and 15. RGB value is (44,21,21). Sum of RGB (Red+Green+Blue) = 44+21+21=86 (11% of max value = 765). Red value is 44 (17.58% from 255 or 51.16% from 86); Green value is 21 (8.59% from 255 or 24.42% from 86); Blue value is 21 (8.59% from 255 or 24.42% from 86); Max value from RGB is 44 - color contains mainly: red. Hex color #2C1515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C1515 is #D3EAEA. Grayscale: #1B1B1B. Windows color (decimal): -13888235 or 1381676. OLE color: 1381676.

HSL color Cylindrical-coordinate representation of color #2C1515: hue angle of 0º 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 #2C1515 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.83.

Color convert

RGB 44 21 21 -
CMYK 0 0.52 0.52 0.83
HSL 0.35% 0.13% -
HSV(B) 0.52% 0.17% -
XYZ 1.44 1.13 0.85 -
YUV 27.88 124.12 139.5 -
System Red Green Blue C M Y K H S L
Decimal 44 21 21 0 0.52 0.52 0.83 0 0.35 0.13
Hex 2C 15 15 0 34 34 53 0 23 D
Octal 54 25 25 0 64 64 123 0 43 15
Binary 101100 10101 10101 0 110100 110100 1010011 0 100011 1101

Color Harmonies of #2C1515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C1515

Black with #2C1515

Text Example


Text Example

White with #2C1515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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