#35320C

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

Shades of Karaka #35320C

Tints of Karaka #35320C

Color information

#35320C (or 0x35320C) is unknown color: approx Karaka. HEX triplet: 35, 32 and 0C. RGB value is (53,50,12). Sum of RGB (Red+Green+Blue) = 53+50+12=115 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.09% from 115); Green value is 50 (19.92% from 255 or 43.48% from 115); Blue value is 12 (5.08% from 255 or 10.43% from 115); Max value from RGB is 53 - color contains mainly: red. Hex color #35320C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35320C is #CACDF3. Grayscale: #2E2E2E. Windows color (decimal): -13290996 or 799285. OLE color: 799285.

HSL color Cylindrical-coordinate representation of color #35320C: hue angle of 55.61º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35320C is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.79.

Color convert

RGB535012-
CMYK00.060.770.79
HSL55.61º63.08%12.75%-
HSV(B)55.61º77.36%20.78%-
XYZ2.683.060.8-
YUV46.56108.49132.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 46.09%
GREEN value IS 50 (19.92% from 255) = 43.48%
BLUE value IS 12 (5.08% from 255) = 10.43%
R=46.09%
G=43.48%
B=10.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.77
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53501200.060.770.7955.6163.0812.75
Hex3532C064D4F383fd
Octal65621406115117707715
Binary11010111001011000110100110110011111110001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35320C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,50,12); }

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

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

 a { background-color: rgb(53,50,12); }

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

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

 span { border-color: rgb(53,50,12); }

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