Html Css Color HEX #2C1413 Seal Brown

📋 copy color: '#2C1413'

red 44 ◦ green 20 ◦ blue 19

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

Shades of Seal Brown #2C1413

Tints of Seal Brown #2C1413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 24.1%

 BLUE value IS 19 (7.81% from 255) = 22.89%

R = 53.01%
G = 24.1%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.57

 K value IS 0.83

RGB Variations

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

Color information

#2C1413 (or 0x2C1413) is known color: Seal Brown. HEX triplet: 2C, 14 and 13. RGB value is (44,20,19). Sum of RGB (Red+Green+Blue) = 44+20+19=83 (10% of max value = 765). Red value is 44 (17.58% from 255 or 53.01% from 83); Green value is 20 (8.20% from 255 or 24.10% from 83); Blue value is 19 (7.81% from 255 or 22.89% from 83); Max value from RGB is 44 - color contains mainly: red. Hex color #2C1413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C1413 is #D3EBEC. Grayscale: #1B1B1B. Windows color (decimal): -13888493 or 1250348. OLE color: 1250348.

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

Color convert

RGB 44 20 19 -
CMYK 0 0.55 0.57 0.83
HSL 2.4º 0.4% 0.12% -
HSV(B) 2.4º 0.57% 0.17% -
XYZ 1.41 1.08 0.75 -
YUV 27.06 123.45 140.08 -
System Red Green Blue C M Y K H S L
Decimal 44 20 19 0 0.55 0.57 0.83 2.4 0.4 0.12
Hex 2C 14 13 0 37 39 53 2 28 C
Octal 54 24 23 0 67 71 123 2 50 14
Binary 101100 10100 10011 0 110111 111001 1010011 10 101000 1100

Color Harmonies of #2C1413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C1413

Black with #2C1413

Text Example


Text Example

White with #2C1413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,20,19); }

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

background-color css

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

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

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

border-color css

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

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

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