#303206

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

Shades of Karaka #303206

Tints of Karaka #303206

Color information

#303206 (or 0x303206) is unknown color: approx Karaka. HEX triplet: 30, 32 and 06. RGB value is (48,50,6). Sum of RGB (Red+Green+Blue) = 48+50+6=104 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.15% from 104); Green value is 50 (19.92% from 255 or 48.08% from 104); Blue value is 6 (2.73% from 255 or 5.77% from 104); Max value from RGB is 50 - color contains mainly: green. Hex color #303206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303206 is #CFCDF9. Grayscale: #2C2C2C. Windows color (decimal): -13618682 or 406064. OLE color: 406064.

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

Color convert

RGB48506-
CMYK0.0400.880.80
HSL62.73º78.57%10.98%-
HSV(B)62.73º88%19.61%-
XYZ2.392.920.61-
YUV44.39106.34130.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.15%
GREEN value IS 50 (19.92% from 255) = 48.08%
BLUE value IS 6 (2.73% from 255) = 5.77%
R=46.15%
G=48.08%
B=5.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal485060.0400.880.8062.7378.5710.98
Hex303264058503f4fb
Octal60626401301207711713
Binary11000011001011010001011000101000011111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303206; }

 p { color: rgb(48,50,6); }

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

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

 a { background-color: rgb(48,50,6); }

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

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

 span { border-color: rgb(48,50,6); }

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