#34340B

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

Shades of Karaka #34340B

Tints of Karaka #34340B

Color information

#34340B (or 0x34340B) is unknown color: approx Karaka. HEX triplet: 34, 34 and 0B. RGB value is (52,52,11). Sum of RGB (Red+Green+Blue) = 52+52+11=115 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.22% from 115); Green value is 52 (20.70% from 255 or 45.22% from 115); Blue value is 11 (4.69% from 255 or 9.57% from 115); Max value from RGB is 52 - color contains mainly: red, green. Hex color #34340B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34340B is #CBCBF4. Grayscale: #2F2F2F. Windows color (decimal): -13356021 or 734260. OLE color: 734260.

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

Color convert

RGB525211-
CMYK000.790.80
HSL60º65.08%12.35%-
HSV(B)60º78.85%20.39%-
XYZ2.73.210.79-
YUV47.33107.5131.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 45.22%
GREEN value IS 52 (20.70% from 255) = 45.22%
BLUE value IS 11 (4.69% from 255) = 9.57%
R=45.22%
G=45.22%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal525211000.790.806065.0812.35
Hex3434B004F503c41c
Octal646413001171207410114
Binary1101001101001011001001111101000011110010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34340B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34340B; }

 p { color: rgb(52,52,11); }

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

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

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

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

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

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

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