#35330A

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

Shades of Karaka #35330A

Tints of Karaka #35330A

Color information

#35330A (or 0x35330A) is unknown color: approx Karaka. HEX triplet: 35, 33 and 0A. RGB value is (53,51,10). Sum of RGB (Red+Green+Blue) = 53+51+10=114 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.49% from 114); Green value is 51 (20.31% from 255 or 44.74% from 114); Blue value is 10 (4.30% from 255 or 8.77% from 114); Max value from RGB is 53 - color contains mainly: red. Hex color #35330A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35330A is #CACCF5. Grayscale: #2F2F2F. Windows color (decimal): -13290742 or 668469. OLE color: 668469.

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

Color convert

RGB535110-
CMYK00.040.810.79
HSL57.21º68.25%12.35%-
HSV(B)57.21º81.13%20.78%-
XYZ2.713.150.75-
YUV46.92107.16132.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 46.49%
GREEN value IS 51 (20.31% from 255) = 44.74%
BLUE value IS 10 (4.30% from 255) = 8.77%
R=46.49%
G=44.74%
B=8.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.81
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53511000.040.810.7957.2168.2512.35
Hex3533A04514F3944c
Octal656312041211177110414
Binary110101110011101001001010001100111111100110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35330A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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