#27280D

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

Shades of Karaka #27280D

Tints of Karaka #27280D

Color information

#27280D (or 0x27280D) is unknown color: approx Karaka. HEX triplet: 27, 28 and 0D. RGB value is (39,40,13). Sum of RGB (Red+Green+Blue) = 39+40+13=92 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.39% from 92); Green value is 40 (16.02% from 255 or 43.48% from 92); Blue value is 13 (5.47% from 255 or 14.13% from 92); Max value from RGB is 40 - color contains mainly: green. Hex color #27280D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27280D is #D8D7F2. Grayscale: #242424. Windows color (decimal): -14211059 or 862247. OLE color: 862247.

HSL color Cylindrical-coordinate representation of color #27280D: hue angle of 62.22º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #27280D is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.84.

Color convert

RGB394013-
CMYK0.0200.670.84
HSL62.22º50.94%10.39%-
HSV(B)62.22º67.5%15.69%-
XYZ1.671.980.67-
YUV36.62114.67129.7-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 42.39%
GREEN value IS 40 (16.02% from 255) = 43.48%
BLUE value IS 13 (5.47% from 255) = 14.13%
R=42.39%
G=43.48%
B=14.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3940130.0200.670.8462.2250.9410.39
Hex2728D2043543e33a
Octal47501520103124766312
Binary1001111010001101100100001110101001111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27280D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27280D; }

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

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

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

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

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

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

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

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