Html Css Color HEX #2C150F Seal Brown

📋 copy color: '#2C150F'

red 44 ◦ green 21 ◦ blue 15

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

Shades of Seal Brown #2C150F

Tints of Seal Brown #2C150F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 26.25%

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

R = 55%
G = 26.25%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.83

RGB Variations

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

Color information

#2C150F (or 0x2C150F) is known color: Seal Brown. HEX triplet: 2C, 15 and 0F. RGB value is (44,21,15). Sum of RGB (Red+Green+Blue) = 44+21+15=80 (10% of max value = 765). Red value is 44 (17.58% from 255 or 55% from 80); Green value is 21 (8.59% from 255 or 26.25% from 80); Blue value is 15 (6.25% from 255 or 18.75% from 80); Max value from RGB is 44 - color contains mainly: red. Hex color #2C150F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C150F is #D3EAF0. Grayscale: #1B1B1B. Windows color (decimal): -13888241 or 988460. OLE color: 988460.

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

Color convert

RGB 44 21 15 -
CMYK 0 0.52 0.66 0.83
HSL 12.41º 0.49% 0.12% -
HSV(B) 12.41º 0.66% 0.17% -
XYZ 1.39 1.11 0.59 -
YUV 27.19 121.12 139.99 -
System Red Green Blue C M Y K H S L
Decimal 44 21 15 0 0.52 0.66 0.83 12.41 0.49 0.12
Hex 2C 15 F 0 34 42 53 C 31 C
Octal 54 25 17 0 64 102 123 14 61 14
Binary 101100 10101 1111 0 110100 1000010 1010011 1100 110001 1100

Color Harmonies of #2C150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C150F

Black with #2C150F

Text Example


Text Example

White with #2C150F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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