#33341C

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

Shades of Karaka #33341C

Tints of Karaka #33341C

Color information

#33341C (or 0x33341C) is unknown color: approx Karaka. HEX triplet: 33, 34 and 1C. RGB value is (51,52,28). Sum of RGB (Red+Green+Blue) = 51+52+28=131 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.93% from 131); Green value is 52 (20.70% from 255 or 39.69% from 131); Blue value is 28 (11.33% from 255 or 21.37% from 131); Max value from RGB is 52 - color contains mainly: green. Hex color #33341C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33341C is #CCCBE3. Grayscale: #313131. Windows color (decimal): -13421540 or 1848371. OLE color: 1848371.

HSL color Cylindrical-coordinate representation of color #33341C: hue angle of 62.5º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #33341C is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.

Color convert

RGB515228-
CMYK0.0200.460.80
HSL62.5º30%15.69%-
HSV(B)62.5º46.15%20.39%-
XYZ2.83.241.58-
YUV48.96116.17129.45-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.93%
GREEN value IS 52 (20.70% from 255) = 39.69%
BLUE value IS 28 (11.33% from 255) = 21.37%
R=38.93%
G=39.69%
B=21.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5152280.0200.460.8062.53015.69
Hex33341C202E503e1e10
Octal6364342056120763620
Binary1100111101001110010010111010100001111101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33341C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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