#313217

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

Shades of Karaka #313217

Tints of Karaka #313217

Color information

#313217 (or 0x313217) is unknown color: approx Karaka. HEX triplet: 31, 32 and 17. RGB value is (49,50,23). Sum of RGB (Red+Green+Blue) = 49+50+23=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 50 (19.92% from 255 or 40.98% from 122); Blue value is 23 (9.38% from 255 or 18.85% from 122); Max value from RGB is 50 - color contains mainly: green. Hex color #313217 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313217 is #CECDE8. Grayscale: #2E2E2E. Windows color (decimal): -13553129 or 1520177. OLE color: 1520177.

HSL color Cylindrical-coordinate representation of color #313217: hue angle of 62.22º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #313217 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.80.

Color convert

RGB495023-
CMYK0.0200.540.80
HSL62.22º36.99%14.31%-
HSV(B)62.22º54%19.61%-
XYZ2.5631.25-
YUV46.62114.67129.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.16%
GREEN value IS 50 (19.92% from 255) = 40.98%
BLUE value IS 23 (9.38% from 255) = 18.85%
R=40.16%
G=40.98%
B=18.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4950230.0200.540.8062.2236.9914.31
Hex3132172036503e25e
Octal6162272066120764516
Binary1100011100101011110011011010100001111101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313217; }

 p { color: rgb(49,50,23); }

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

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

 a { background-color: rgb(49,50,23); }

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

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

 span { border-color: rgb(49,50,23); }

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