#313209

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

Shades of Karaka #313209

Tints of Karaka #313209

Color information

#313209 (or 0x313209) is unknown color: approx Karaka. HEX triplet: 31, 32 and 09. RGB value is (49,50,9). Sum of RGB (Red+Green+Blue) = 49+50+9=108 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.37% from 108); Green value is 50 (19.92% from 255 or 46.30% from 108); Blue value is 9 (3.91% from 255 or 8.33% from 108); Max value from RGB is 50 - color contains mainly: green. Hex color #313209 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313209 is #CECDF6. Grayscale: #2D2D2D. Windows color (decimal): -13553143 or 602673. OLE color: 602673.

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

Color convert

RGB49509-
CMYK0.0200.820.80
HSL61.46º69.49%11.57%-
HSV(B)61.46º82%19.61%-
XYZ2.462.950.7-
YUV45.03107.67130.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 45.37%
GREEN value IS 50 (19.92% from 255) = 46.30%
BLUE value IS 9 (3.91% from 255) = 8.33%
R=45.37%
G=46.30%
B=8.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal495090.0200.820.8061.4669.4911.57
Hex313292052503d45c
Octal616211201221207510514
Binary11000111001010011001010010101000011110110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313209; }

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

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

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

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

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

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

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

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