Html Css Color HEX #2C1813 Seal Brown

📋 copy color: '#2C1813'

red 44 ◦ green 24 ◦ blue 19

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

Shades of Seal Brown #2C1813

Tints of Seal Brown #2C1813

RGB

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

 GREEN value IS 24 (9.77% from 255) = 27.59%

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

R = 50.57%
G = 27.59%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.83

RGB Variations

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

Color information

#2C1813 (or 0x2C1813) is known color: Seal Brown. HEX triplet: 2C, 18 and 13. RGB value is (44,24,19). Sum of RGB (Red+Green+Blue) = 44+24+19=87 (11% of max value = 765). Red value is 44 (17.58% from 255 or 50.57% from 87); Green value is 24 (9.77% from 255 or 27.59% from 87); Blue value is 19 (7.81% from 255 or 21.84% from 87); Max value from RGB is 44 - color contains mainly: red. Hex color #2C1813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C1813 is #D3E7EC. Grayscale: #1D1D1D. Windows color (decimal): -13887469 or 1251372. OLE color: 1251372.

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

Color convert

RGB 44 24 19 -
CMYK 0 0.45 0.57 0.83
HSL 12º 0.4% 0.12% -
HSV(B) 12º 0.57% 0.17% -
XYZ 1.48 1.24 0.78 -
YUV 29.41 122.13 138.41 -
System Red Green Blue C M Y K H S L
Decimal 44 24 19 0 0.45 0.57 0.83 12 0.4 0.12
Hex 2C 18 13 0 2D 39 53 C 28 C
Octal 54 30 23 0 55 71 123 14 50 14
Binary 101100 11000 10011 0 101101 111001 1010011 1100 101000 1100

Color Harmonies of #2C1813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C1813

Black with #2C1813

Text Example


Text Example

White with #2C1813

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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