#2E2D11

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

Shades of Karaka #2E2D11

Tints of Karaka #2E2D11

Color information

#2E2D11 (or 0x2E2D11) is unknown color: approx Karaka. HEX triplet: 2E, 2D and 11. RGB value is (46,45,17). Sum of RGB (Red+Green+Blue) = 46+45+17=108 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.59% from 108); Green value is 45 (17.97% from 255 or 41.67% from 108); Blue value is 17 (7.03% from 255 or 15.74% from 108); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2D11 is #D1D2EE. Grayscale: #2A2A2A. Windows color (decimal): -13751023 or 1125678. OLE color: 1125678.

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

Color convert

RGB464517-
CMYK00.020.630.82
HSL57.93º46.03%12.35%-
HSV(B)57.93º63.04%18.04%-
XYZ2.172.50.9-
YUV42.11113.83130.78-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 42.59%
GREEN value IS 45 (17.97% from 255) = 41.67%
BLUE value IS 17 (7.03% from 255) = 15.74%
R=42.59%
G=41.67%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.63
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46451700.020.630.8257.9346.0312.35
Hex2E2D11023F523a2ec
Octal5655210277122725614
Binary1011101011011000101011111110100101110101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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