Html Css Color HEX #2C1312 Seal Brown

📋 copy color: '#2C1312'

red 44 ◦ green 19 ◦ blue 18

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

Shades of Seal Brown #2C1312

Tints of Seal Brown #2C1312

RGB

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

 GREEN value IS 19 (7.81% from 255) = 23.46%

 BLUE value IS 18 (7.42% from 255) = 22.22%

R = 54.32%
G = 23.46%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.83

RGB Variations

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

Color information

#2C1312 (or 0x2C1312) is known color: Seal Brown. HEX triplet: 2C, 13 and 12. RGB value is (44,19,18). Sum of RGB (Red+Green+Blue) = 44+19+18=81 (10% of max value = 765). Red value is 44 (17.58% from 255 or 54.32% from 81); Green value is 19 (7.81% from 255 or 23.46% from 81); Blue value is 18 (7.42% from 255 or 22.22% from 81); Max value from RGB is 44 - color contains mainly: red. Hex color #2C1312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C1312 is #D3ECED. Grayscale: #1A1A1A. Windows color (decimal): -13888750 or 1184556. OLE color: 1184556.

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

Color convert

RGB 44 19 18 -
CMYK 0 0.57 0.59 0.83
HSL 2.31º 0.42% 0.12% -
HSV(B) 2.31º 0.59% 0.17% -
XYZ 1.38 1.04 0.7 -
YUV 26.36 123.28 140.58 -
System Red Green Blue C M Y K H S L
Decimal 44 19 18 0 0.57 0.59 0.83 2.31 0.42 0.12
Hex 2C 13 12 0 39 3B 53 2 2A C
Octal 54 23 22 0 71 73 123 2 52 14
Binary 101100 10011 10010 0 111001 111011 1010011 10 101010 1100

Color Harmonies of #2C1312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C1312

Black with #2C1312

Text Example


Text Example

White with #2C1312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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