#35330F

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

Shades of Karaka #35330F

Tints of Karaka #35330F

Color information

#35330F (or 0x35330F) is unknown color: approx Karaka. HEX triplet: 35, 33 and 0F. RGB value is (53,51,15). Sum of RGB (Red+Green+Blue) = 53+51+15=119 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.54% from 119); Green value is 51 (20.31% from 255 or 42.86% from 119); Blue value is 15 (6.25% from 255 or 12.61% from 119); Max value from RGB is 53 - color contains mainly: red. Hex color #35330F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35330F is #CACCF0. Grayscale: #2F2F2F. Windows color (decimal): -13290737 or 996149. OLE color: 996149.

HSL color Cylindrical-coordinate representation of color #35330F: hue angle of 56.84º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35330F is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.79.

Color convert

RGB535115-
CMYK00.040.720.79
HSL56.84º55.88%13.33%-
HSV(B)56.84º71.7%20.78%-
XYZ2.743.160.92-
YUV47.49109.66131.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 44.54%
GREEN value IS 51 (20.31% from 255) = 42.86%
BLUE value IS 15 (6.25% from 255) = 12.61%
R=44.54%
G=42.86%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.72
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53511500.040.720.7956.8455.8813.33
Hex3533F04484F3938d
Octal65631704110117717015
Binary11010111001111110100100100010011111110011110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35330F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35330F; }

 p { color: rgb(53,51,15); }

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

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

 a { background-color: rgb(53,51,15); }

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

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

 span { border-color: rgb(53,51,15); }

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