#35341C

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

Shades of Karaka #35341C

Tints of Karaka #35341C

Color information

#35341C (or 0x35341C) is unknown color: approx Karaka. HEX triplet: 35, 34 and 1C. RGB value is (53,52,28). Sum of RGB (Red+Green+Blue) = 53+52+28=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 52 (20.70% from 255 or 39.10% from 133); Blue value is 28 (11.33% from 255 or 21.05% from 133); Max value from RGB is 53 - color contains mainly: red. Hex color #35341C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35341C is #CACBE3. Grayscale: #313131. Windows color (decimal): -13290468 or 1848373. OLE color: 1848373.

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

Color convert

RGB535228-
CMYK00.020.470.79
HSL57.6º30.86%15.88%-
HSV(B)57.6º47.17%20.78%-
XYZ2.913.31.58-
YUV49.56115.83130.45-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.85%
GREEN value IS 52 (20.70% from 255) = 39.10%
BLUE value IS 28 (11.33% from 255) = 21.05%
R=39.85%
G=39.10%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.47
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53522800.020.470.7957.630.8615.88
Hex35341C022F4F3a1f10
Octal6564340257117723720
Binary1101011101001110001010111110011111110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35341C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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