Html Css Color HEX #2C130C Seal Brown

📋 copy color: '#2C130C'

red 44 ◦ green 19 ◦ blue 12

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

Shades of Seal Brown #2C130C

Tints of Seal Brown #2C130C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 16%

R = 58.67%
G = 25.33%
B = 16%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.83

RGB Variations

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

Color information

#2C130C (or 0x2C130C) is known color: Seal Brown. HEX triplet: 2C, 13 and 0C. RGB value is (44,19,12). Sum of RGB (Red+Green+Blue) = 44+19+12=75 (9% of max value = 765). Red value is 44 (17.58% from 255 or 58.67% from 75); Green value is 19 (7.81% from 255 or 25.33% from 75); Blue value is 12 (5.08% from 255 or 16% from 75); Max value from RGB is 44 - color contains mainly: red. Hex color #2C130C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C130C is #D3ECF3. Grayscale: #191919. Windows color (decimal): -13888756 or 791340. OLE color: 791340.

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

Color convert

RGB 44 19 12 -
CMYK 0 0.57 0.73 0.83
HSL 13.13º 0.57% 0.11% -
HSV(B) 13.13º 0.73% 0.17% -
XYZ 1.34 1.03 0.48 -
YUV 25.68 120.28 141.07 -
System Red Green Blue C M Y K H S L
Decimal 44 19 12 0 0.57 0.73 0.83 13.13 0.57 0.11
Hex 2C 13 C 0 39 49 53 D 39 B
Octal 54 23 14 0 71 111 123 15 71 13
Binary 101100 10011 1100 0 111001 1001001 1010011 1101 111001 1011

Color Harmonies of #2C130C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C130C

Black with #2C130C

Text Example


Text Example

White with #2C130C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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