#373513

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

Shades of Karaka #373513

Tints of Karaka #373513

Color information

#373513 (or 0x373513) is unknown color: approx Karaka. HEX triplet: 37, 35 and 13. RGB value is (55,53,19). Sum of RGB (Red+Green+Blue) = 55+53+19=127 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.31% from 127); Green value is 53 (21.09% from 255 or 41.73% from 127); Blue value is 19 (7.81% from 255 or 14.96% from 127); Max value from RGB is 55 - color contains mainly: red. Hex color #373513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373513 is #C8CAEC. Grayscale: #313131. Windows color (decimal): -13159149 or 1258807. OLE color: 1258807.

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

Color convert

RGB555319-
CMYK00.040.650.78
HSL56.67º48.65%14.51%-
HSV(B)56.67º65.45%21.57%-
XYZ2.973.411.12-
YUV49.72110.66131.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 43.31%
GREEN value IS 53 (21.09% from 255) = 41.73%
BLUE value IS 19 (7.81% from 255) = 14.96%
R=43.31%
G=41.73%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55531900.040.650.7856.6748.6514.51
Hex37351304414E3931f
Octal67652304101116716117
Binary110111110101100110100100000110011101110011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373513; }

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

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

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

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

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

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

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

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