#35340B

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

Shades of Karaka #35340B

Tints of Karaka #35340B

Color information

#35340B (or 0x35340B) is unknown color: approx Karaka. HEX triplet: 35, 34 and 0B. RGB value is (53,52,11). Sum of RGB (Red+Green+Blue) = 53+52+11=116 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.69% from 116); Green value is 52 (20.70% from 255 or 44.83% from 116); Blue value is 11 (4.69% from 255 or 9.48% from 116); Max value from RGB is 53 - color contains mainly: red. Hex color #35340B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35340B is #CACBF4. Grayscale: #2F2F2F. Windows color (decimal): -13290485 or 734261. OLE color: 734261.

HSL color Cylindrical-coordinate representation of color #35340B: hue angle of 58.57º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35340B is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.79.

Color convert

RGB535211-
CMYK00.020.790.79
HSL58.57º65.62%12.55%-
HSV(B)58.57º79.25%20.78%-
XYZ2.763.240.8-
YUV47.62107.33131.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 45.69%
GREEN value IS 52 (20.70% from 255) = 44.83%
BLUE value IS 11 (4.69% from 255) = 9.48%
R=45.69%
G=44.83%
B=9.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.79
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53521100.020.790.7958.5765.6212.55
Hex3534B024F4F3b42d
Octal656413021171177310215
Binary11010111010010110101001111100111111101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35340B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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