#272813

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

Shades of Karaka #272813

Tints of Karaka #272813

Color information

#272813 (or 0x272813) is unknown color: approx Karaka. HEX triplet: 27, 28 and 13. RGB value is (39,40,19). Sum of RGB (Red+Green+Blue) = 39+40+19=98 (12% of max value = 765). Red value is 39 (15.62% from 255 or 39.80% from 98); Green value is 40 (16.02% from 255 or 40.82% from 98); Blue value is 19 (7.81% from 255 or 19.39% from 98); Max value from RGB is 40 - color contains mainly: green. Hex color #272813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272813 is #D8D7EC. Grayscale: #252525. Windows color (decimal): -14211053 or 1255463. OLE color: 1255463.

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

Color convert

RGB394019-
CMYK0.0200.520.84
HSL62.86º35.59%11.57%-
HSV(B)62.86º52.5%15.69%-
XYZ1.7120.91-
YUV37.31117.67129.21-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 39.80%
GREEN value IS 40 (16.02% from 255) = 40.82%
BLUE value IS 19 (7.81% from 255) = 19.39%
R=39.80%
G=40.82%
B=19.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3940190.0200.520.8462.8635.5911.57
Hex2728132034543f24c
Octal4750232064124774414
Binary1001111010001001110011010010101001111111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272813; }

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

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

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

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

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

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

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

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