#2E2D0E

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

Shades of Karaka #2E2D0E

Tints of Karaka #2E2D0E

Color information

#2E2D0E (or 0x2E2D0E) is unknown color: approx Karaka. HEX triplet: 2E, 2D and 0E. RGB value is (46,45,14). Sum of RGB (Red+Green+Blue) = 46+45+14=105 (13% of max value = 765). Red value is 46 (18.36% from 255 or 43.81% from 105); Green value is 45 (17.97% from 255 or 42.86% from 105); Blue value is 14 (5.86% from 255 or 13.33% from 105); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2D0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2D0E is #D1D2F1. Grayscale: #292929. Windows color (decimal): -13751026 or 929070. OLE color: 929070.

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

Color convert

RGB464514-
CMYK00.020.700.82
HSL58.12º53.33%11.76%-
HSV(B)58.12º69.57%18.04%-
XYZ2.142.490.78-
YUV41.76112.33131.02-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 43.81%
GREEN value IS 45 (17.97% from 255) = 42.86%
BLUE value IS 14 (5.86% from 255) = 13.33%
R=43.81%
G=42.86%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.70
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46451400.020.700.8258.1253.3311.76
Hex2E2DE0246523a35c
Octal56551602106122726514
Binary1011101011011110010100011010100101110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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