#343207

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

Shades of Karaka #343207

Tints of Karaka #343207

Color information

#343207 (or 0x343207) is unknown color: approx Karaka. HEX triplet: 34, 32 and 07. RGB value is (52,50,7). Sum of RGB (Red+Green+Blue) = 52+50+7=109 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.71% from 109); Green value is 50 (19.92% from 255 or 45.87% from 109); Blue value is 7 (3.12% from 255 or 6.42% from 109); Max value from RGB is 52 - color contains mainly: red. Hex color #343207 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343207 is #CBCDF8. Grayscale: #2D2D2D. Windows color (decimal): -13356537 or 471604. OLE color: 471604.

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

Color convert

RGB52507-
CMYK00.040.870.80
HSL57.33º76.27%11.57%-
HSV(B)57.33º86.54%20.39%-
XYZ2.63.030.65-
YUV45.7106.16132.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 47.71%
GREEN value IS 50 (19.92% from 255) = 45.87%
BLUE value IS 7 (3.12% from 255) = 6.42%
R=47.71%
G=45.87%
B=6.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.87
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5250700.040.870.8057.3376.2711.57
Hex34327045750394cc
Octal64627041271207111414
Binary11010011001011101001010111101000011100110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343207; }

 p { color: rgb(52,50,7); }

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

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

 a { background-color: rgb(52,50,7); }

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

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

 span { border-color: rgb(52,50,7); }

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