#313208

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

Shades of Karaka #313208

Tints of Karaka #313208

Color information

#313208 (or 0x313208) is unknown color: approx Karaka. HEX triplet: 31, 32 and 08. RGB value is (49,50,8). Sum of RGB (Red+Green+Blue) = 49+50+8=107 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.79% from 107); Green value is 50 (19.92% from 255 or 46.73% from 107); Blue value is 8 (3.52% from 255 or 7.48% from 107); Max value from RGB is 50 - color contains mainly: green. Hex color #313208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313208 is #CECDF7. Grayscale: #2D2D2D. Windows color (decimal): -13553144 or 537137. OLE color: 537137.

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

Color convert

RGB49508-
CMYK0.0200.840.80
HSL61.43º72.41%11.37%-
HSV(B)61.43º84%19.61%-
XYZ2.452.950.67-
YUV44.91107.17130.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 45.79%
GREEN value IS 50 (19.92% from 255) = 46.73%
BLUE value IS 8 (3.52% from 255) = 7.48%
R=45.79%
G=46.73%
B=7.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal495080.0200.840.8061.4372.4111.37
Hex313282054503d48b
Octal616210201241207511013
Binary11000111001010001001010100101000011110110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313208; }

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

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

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

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

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

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

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

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