Html Css Color HEX #2E0E0C Seal Brown

📋 copy color: '#2E0E0C'

red 46 ◦ green 14 ◦ blue 12

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

Shades of Seal Brown #2E0E0C

Tints of Seal Brown #2E0E0C

RGB

 RED value IS 46 (18.36% from 255) = 63.89%

 GREEN value IS 14 (5.86% from 255) = 19.44%

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

R = 63.89%
G = 19.44%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.82

RGB Variations

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

Color information

#2E0E0C (or 0x2E0E0C) is known color: Seal Brown. HEX triplet: 2E, 0E and 0C. RGB value is (46,14,12). Sum of RGB (Red+Green+Blue) = 46+14+12=72 (9% of max value = 765). Red value is 46 (18.36% from 255 or 63.89% from 72); Green value is 14 (5.86% from 255 or 19.44% from 72); Blue value is 12 (5.08% from 255 or 16.67% from 72); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0E0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0E0C is #D1F1F3. Grayscale: #171717. Windows color (decimal): -13758964 or 790062. OLE color: 790062.

HSL color Cylindrical-coordinate representation of color #2E0E0C: hue angle of 3.53º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E0E0C is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 14 12 -
CMYK 0 0.70 0.74 0.82
HSL 3.53º 0.59% 0.11% -
HSV(B) 3.53º 0.74% 0.18% -
XYZ 1.35 0.92 0.45 -
YUV 23.34 121.6 144.16 -
System Red Green Blue C M Y K H S L
Decimal 46 14 12 0 0.70 0.74 0.82 3.53 0.59 0.11
Hex 2E E C 0 46 4A 52 4 3B B
Octal 56 16 14 0 106 112 122 4 73 13
Binary 101110 1110 1100 0 1000110 1001010 1010010 100 111011 1011

Color Harmonies of #2E0E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0E0C

Black with #2E0E0C

Text Example


Text Example

White with #2E0E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,14,12); }

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

background-color css

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

 a { background-color: rgb(46,14,12); }

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

border-color css

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

 span { border-color: rgb(46,14,12); }

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