#313310

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

Shades of Karaka #313310

Tints of Karaka #313310

Color information

#313310 (or 0x313310) is unknown color: approx Karaka. HEX triplet: 31, 33 and 10. RGB value is (49,51,16). Sum of RGB (Red+Green+Blue) = 49+51+16=116 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.24% from 116); Green value is 51 (20.31% from 255 or 43.97% from 116); Blue value is 16 (6.64% from 255 or 13.79% from 116); Max value from RGB is 51 - color contains mainly: green. Hex color #313310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313310 is #CECCEF. Grayscale: #2E2E2E. Windows color (decimal): -13552880 or 1061681. OLE color: 1061681.

HSL color Cylindrical-coordinate representation of color #313310: hue angle of 63.43º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #313310 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.8.

Color convert

RGB495116-
CMYK0.0400.690.8
HSL63.43º52.24%13.14%-
HSV(B)63.43º68.63%20%-
XYZ2.543.060.95-
YUV46.41110.84129.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.24%
GREEN value IS 51 (20.31% from 255) = 43.97%
BLUE value IS 16 (6.64% from 255) = 13.79%
R=42.24%
G=43.97%
B=13.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4951160.0400.690.863.4352.2413.14
Hex3133104045503f34d
Octal61632040105120776415
Binary110001110011100001000100010110100001111111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313310; }

 p { color: rgb(49,51,16); }

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

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

 a { background-color: rgb(49,51,16); }

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

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

 span { border-color: rgb(49,51,16); }

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