Html Css Color HEX #2E2D11 Karaka

📋 copy color: '#2E2D11'

red 46 ◦ green 45 ◦ blue 17

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

Shades of Karaka #2E2D11

Tints of Karaka #2E2D11

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 value IS 0

 M value IS 0.02

 Y value IS 0.63

 K value IS 0.82

RGB Variations

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

Color information

#2E2D11 (or 0x2E2D11) is known color: 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

RGB 46 45 17 -
CMYK 0 0.02 0.63 0.82
HSL 57.93º 0.46% 0.12% -
HSV(B) 57.93º 0.63% 0.18% -
XYZ 2.17 2.5 0.9 -
YUV 42.11 113.83 130.78 -
System Red Green Blue C M Y K H S L
Decimal 46 45 17 0 0.02 0.63 0.82 57.93 0.46 0.12
Hex 2E 2D 11 0 2 3F 52 3A 2E C
Octal 56 55 21 0 2 77 122 72 56 14
Binary 101110 101101 10001 0 10 111111 1010010 111010 101110 1100

Color Harmonies of #2E2D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2D11

Black with #2E2D11

Text Example


Text Example

White with #2E2D11

Text Example


Text Example

HTML Codes & Css Web 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>