#35341A

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

Shades of Karaka #35341A

Tints of Karaka #35341A

Color information

#35341A (or 0x35341A) is unknown color: approx Karaka. HEX triplet: 35, 34 and 1A. RGB value is (53,52,26). Sum of RGB (Red+Green+Blue) = 53+52+26=131 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.46% from 131); Green value is 52 (20.70% from 255 or 39.69% from 131); Blue value is 26 (10.55% from 255 or 19.85% from 131); Max value from RGB is 53 - color contains mainly: red. Hex color #35341A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35341A is #CACBE5. Grayscale: #313131. Windows color (decimal): -13290470 or 1717301. OLE color: 1717301.

HSL color Cylindrical-coordinate representation of color #35341A: hue angle of 57.78º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #35341A is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.79.

Color convert

RGB535226-
CMYK00.020.510.79
HSL57.78º34.18%15.49%-
HSV(B)57.78º50.94%20.78%-
XYZ2.883.291.46-
YUV49.33114.83130.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 40.46%
GREEN value IS 52 (20.70% from 255) = 39.69%
BLUE value IS 26 (10.55% from 255) = 19.85%
R=40.46%
G=39.69%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53522600.020.510.7957.7834.1815.49
Hex35341A02334F3a22f
Octal6564320263117724217
Binary1101011101001101001011001110011111110101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35341A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35341A; }

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

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

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

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

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

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

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

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