#353423

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

Shades of Karaka #353423

Tints of Karaka #353423

Color information

#353423 (or 0x353423) is unknown color: approx Karaka. HEX triplet: 35, 34 and 23. RGB value is (53,52,35). Sum of RGB (Red+Green+Blue) = 53+52+35=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 52 (20.70% from 255 or 37.14% from 140); Blue value is 35 (14.06% from 255 or 25% from 140); Max value from RGB is 53 - color contains mainly: red. Hex color #353423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353423 is #CACBDC. Grayscale: #323232. Windows color (decimal): -13290461 or 2307125. OLE color: 2307125.

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

Color convert

RGB535235-
CMYK00.020.340.79
HSL56.67º20.45%17.25%-
HSV(B)56.67º33.96%20.78%-
XYZ33.332.08-
YUV50.36119.33129.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.86%
GREEN value IS 52 (20.70% from 255) = 37.14%
BLUE value IS 35 (14.06% from 255) = 25%
R=37.86%
G=37.14%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53523500.020.340.7956.6720.4517.25
Hex35342302224F391411
Octal6564430242117712421
Binary11010111010010001101010001010011111110011010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353423; }

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

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

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

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

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

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

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

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