#313211

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

Shades of Karaka #313211

Tints of Karaka #313211

Color information

#313211 (or 0x313211) is unknown color: approx Karaka. HEX triplet: 31, 32 and 11. RGB value is (49,50,17). Sum of RGB (Red+Green+Blue) = 49+50+17=116 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.24% from 116); Green value is 50 (19.92% from 255 or 43.10% from 116); Blue value is 17 (7.03% from 255 or 14.66% from 116); Max value from RGB is 50 - color contains mainly: green. Hex color #313211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313211 is #CECDEE. Grayscale: #2E2E2E. Windows color (decimal): -13553135 or 1126961. OLE color: 1126961.

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

Color convert

RGB495017-
CMYK0.0200.660.80
HSL61.82º49.25%13.14%-
HSV(B)61.82º66%19.61%-
XYZ2.512.970.97-
YUV45.94111.67130.18-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.24%
GREEN value IS 50 (19.92% from 255) = 43.10%
BLUE value IS 17 (7.03% from 255) = 14.66%
R=42.24%
G=43.10%
B=14.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4950170.0200.660.8061.8249.2513.14
Hex3132112042503e31d
Octal61622120102120766115
Binary11000111001010001100100001010100001111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313211; }

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

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

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

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

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

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

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

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