#272810

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

Shades of Karaka #272810

Tints of Karaka #272810

Color information

#272810 (or 0x272810) is unknown color: approx Karaka. HEX triplet: 27, 28 and 10. RGB value is (39,40,16). Sum of RGB (Red+Green+Blue) = 39+40+16=95 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.05% from 95); Green value is 40 (16.02% from 255 or 42.11% from 95); Blue value is 16 (6.64% from 255 or 16.84% from 95); Max value from RGB is 40 - color contains mainly: green. Hex color #272810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272810 is #D8D7EF. Grayscale: #252525. Windows color (decimal): -14211056 or 1058855. OLE color: 1058855.

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

Color convert

RGB394016-
CMYK0.0200.600.84
HSL62.5º42.86%10.98%-
HSV(B)62.5º60%15.69%-
XYZ1.691.990.78-
YUV36.96116.17129.45-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 41.05%
GREEN value IS 40 (16.02% from 255) = 42.11%
BLUE value IS 16 (6.64% from 255) = 16.84%
R=41.05%
G=42.11%
B=16.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3940160.0200.600.8462.542.8610.98
Hex272810203C543e2bb
Octal4750202074124765313
Binary1001111010001000010011110010101001111101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272810; }

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

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

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

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

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

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

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

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