#272811

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

Shades of Karaka #272811

Tints of Karaka #272811

Color information

#272811 (or 0x272811) is unknown color: approx Karaka. HEX triplet: 27, 28 and 11. RGB value is (39,40,17). Sum of RGB (Red+Green+Blue) = 39+40+17=96 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.62% from 96); Green value is 40 (16.02% from 255 or 41.67% from 96); Blue value is 17 (7.03% from 255 or 17.71% from 96); Max value from RGB is 40 - color contains mainly: green. Hex color #272811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272811 is #D8D7EE. Grayscale: #252525. Windows color (decimal): -14211055 or 1124391. OLE color: 1124391.

HSL color Cylindrical-coordinate representation of color #272811: hue angle of 62.61º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #272811 is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.84.

Color convert

RGB394017-
CMYK0.0200.570.84
HSL62.61º40.35%11.18%-
HSV(B)62.61º57.5%15.69%-
XYZ1.71.990.82-
YUV37.08116.67129.37-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 40.62%
GREEN value IS 40 (16.02% from 255) = 41.67%
BLUE value IS 17 (7.03% from 255) = 17.71%
R=40.62%
G=41.67%
B=17.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3940170.0200.570.8462.6140.3511.18
Hex2728112039543f28b
Octal4750212071124775013
Binary1001111010001000110011100110101001111111010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272811; }

 p { color: rgb(39,40,17); }

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

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

 a { background-color: rgb(39,40,17); }

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

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

 span { border-color: rgb(39,40,17); }

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