Html Css Color HEX #2C130F Seal Brown

📋 copy color: '#2C130F'

red 44 ◦ green 19 ◦ blue 15

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

Shades of Seal Brown #2C130F

Tints of Seal Brown #2C130F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 19.23%

R = 56.41%
G = 24.36%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.83

RGB Variations

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

Color information

#2C130F (or 0x2C130F) is known color: Seal Brown. HEX triplet: 2C, 13 and 0F. RGB value is (44,19,15). Sum of RGB (Red+Green+Blue) = 44+19+15=78 (10% of max value = 765). Red value is 44 (17.58% from 255 or 56.41% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 44 - color contains mainly: red. Hex color #2C130F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C130F is #D3ECF0. Grayscale: #1A1A1A. Windows color (decimal): -13888753 or 987948. OLE color: 987948.

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

Color convert

RGB 44 19 15 -
CMYK 0 0.57 0.66 0.83
HSL 8.28º 0.49% 0.12% -
HSV(B) 8.28º 0.66% 0.17% -
XYZ 1.36 1.04 0.58 -
YUV 26.02 121.78 140.83 -
System Red Green Blue C M Y K H S L
Decimal 44 19 15 0 0.57 0.66 0.83 8.28 0.49 0.12
Hex 2C 13 F 0 39 42 53 8 31 C
Octal 54 23 17 0 71 102 123 10 61 14
Binary 101100 10011 1111 0 111001 1000010 1010011 1000 110001 1100

Color Harmonies of #2C130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C130F

Black with #2C130F

Text Example


Text Example

White with #2C130F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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