Html Css Color HEX #2E1008 Seal Brown

📋 copy color: '#2E1008'

red 46 ◦ green 16 ◦ blue 8

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

Shades of Seal Brown #2E1008

Tints of Seal Brown #2E1008

RGB

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

 GREEN value IS 16 (6.64% from 255) = 22.86%

 BLUE value IS 8 (3.52% from 255) = 11.43%

R = 65.71%
G = 22.86%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.83

 K value IS 0.82

RGB Variations

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

Color information

#2E1008 (or 0x2E1008) is known color: Seal Brown. HEX triplet: 2E, 10 and 08. RGB value is (46,16,8). Sum of RGB (Red+Green+Blue) = 46+16+8=70 (9% of max value = 765). Red value is 46 (18.36% from 255 or 65.71% from 70); Green value is 16 (6.64% from 255 or 22.86% from 70); Blue value is 8 (3.52% from 255 or 11.43% from 70); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1008 is #D1EFF7. Grayscale: #181818. Windows color (decimal): -13758456 or 528430. OLE color: 528430.

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

Color convert

RGB 46 16 8 -
CMYK 0 0.65 0.83 0.82
HSL 12.63º 0.7% 0.11% -
HSV(B) 12.63º 0.83% 0.18% -
XYZ 1.36 0.97 0.35 -
YUV 24.06 118.94 143.65 -
System Red Green Blue C M Y K H S L
Decimal 46 16 8 0 0.65 0.83 0.82 12.63 0.7 0.11
Hex 2E 10 8 0 41 53 52 D 46 B
Octal 56 20 10 0 101 123 122 15 106 13
Binary 101110 10000 1000 0 1000001 1010011 1010010 1101 1000110 1011

Color Harmonies of #2E1008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1008

Black with #2E1008

Text Example


Text Example

White with #2E1008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,16,8); }

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

background-color css

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

 a { background-color: rgb(46,16,8); }

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

border-color css

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

 span { border-color: rgb(46,16,8); }

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