#2E2D1A

Color #2E2D1A Karaka (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Karaka #2E2D1A

Tints of Karaka #2E2D1A

Color information

#2E2D1A (or 0x2E2D1A) is unknown color: approx Karaka. HEX triplet: 2E, 2D and 1A. RGB value is (46,45,26). Sum of RGB (Red+Green+Blue) = 46+45+26=117 (15% of max value = 765). Red value is 46 (18.36% from 255 or 39.32% from 117); Green value is 45 (17.97% from 255 or 38.46% from 117); Blue value is 26 (10.55% from 255 or 22.22% from 117); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2D1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2D1A is #D1D2E5. Grayscale: #2B2B2B. Windows color (decimal): -13751014 or 1715502. OLE color: 1715502.

HSL color Cylindrical-coordinate representation of color #2E2D1A: hue angle of 57º degrees, saturation: 0.28, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2E2D1A is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.82.

Color convert

RGB464526-
CMYK00.020.430.82
HSL57º27.78%14.12%-
HSV(B)57º43.48%18.04%-
XYZ2.252.531.35-
YUV43.13118.33130.04-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 39.32%
GREEN value IS 45 (17.97% from 255) = 38.46%
BLUE value IS 26 (10.55% from 255) = 22.22%
R=39.32%
G=38.46%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46452600.020.430.825727.7814.12
Hex2E2D1A022B52391ce
Octal5655320253122713416
Binary101110101101110100101010111010010111001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,45,26); }

 H1.HeaderClassName
 {
   color: #2E2D1A;
 }
 .AnyTagClassName
 {
   color: #2E2D1A;
 }
</style>
background-color css

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

 a { background-color: rgb(46,45,26); }

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

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

 span { border-color: rgb(46,45,26); }

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