Html Css Color HEX #2E1608 Brown Pod

📋 copy color: '#2E1608'

red 46 ◦ green 22 ◦ blue 8

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

Shades of Brown Pod #2E1608

Tints of Brown Pod #2E1608

RGB

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

 GREEN value IS 22 (8.98% from 255) = 28.95%

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

R = 60.53%
G = 28.95%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.83

 K value IS 0.82

RGB Variations

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

Color information

#2E1608 (or 0x2E1608) is known color: Brown Pod. HEX triplet: 2E, 16 and 08. RGB value is (46,22,8). Sum of RGB (Red+Green+Blue) = 46+22+8=76 (10% of max value = 765). Red value is 46 (18.36% from 255 or 60.53% from 76); Green value is 22 (8.98% from 255 or 28.95% from 76); Blue value is 8 (3.52% from 255 or 10.53% from 76); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1608 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1608 is #D1E9F7. Grayscale: #1B1B1B. Windows color (decimal): -13756920 or 529966. OLE color: 529966.

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

Color convert

RGB 46 22 8 -
CMYK 0 0.52 0.83 0.82
HSL 22.11º 0.7% 0.11% -
HSV(B) 22.11º 0.83% 0.18% -
XYZ 1.46 1.17 0.38 -
YUV 27.58 116.95 141.14 -
System Red Green Blue C M Y K H S L
Decimal 46 22 8 0 0.52 0.83 0.82 22.11 0.7 0.11
Hex 2E 16 8 0 34 53 52 16 46 B
Octal 56 26 10 0 64 123 122 26 106 13
Binary 101110 10110 1000 0 110100 1010011 1010010 10110 1000110 1011

Color Harmonies of #2E1608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1608

Black with #2E1608

Text Example


Text Example

White with #2E1608

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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