#373515

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

Shades of Karaka #373515

Tints of Karaka #373515

Color information

#373515 (or 0x373515) is unknown color: approx Karaka. HEX triplet: 37, 35 and 15. RGB value is (55,53,21). Sum of RGB (Red+Green+Blue) = 55+53+21=129 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.64% from 129); Green value is 53 (21.09% from 255 or 41.09% from 129); Blue value is 21 (8.59% from 255 or 16.28% from 129); Max value from RGB is 55 - color contains mainly: red. Hex color #373515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373515 is #C8CAEA. Grayscale: #323232. Windows color (decimal): -13159147 or 1389879. OLE color: 1389879.

HSL color Cylindrical-coordinate representation of color #373515: hue angle of 56.47º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #373515 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.78.

Color convert

RGB555321-
CMYK00.040.620.78
HSL56.47º44.74%14.9%-
HSV(B)56.47º61.82%21.57%-
XYZ2.983.411.21-
YUV49.95111.66131.6-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.64%
GREEN value IS 53 (21.09% from 255) = 41.09%
BLUE value IS 21 (8.59% from 255) = 16.28%
R=42.64%
G=41.09%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.62
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55532100.040.620.7856.4744.7414.9
Hex373515043E4E382df
Octal6765250476116705517
Binary11011111010110101010011111010011101110001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373515; }

 p { color: rgb(55,53,21); }

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

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

 a { background-color: rgb(55,53,21); }

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

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

 span { border-color: rgb(55,53,21); }

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