#373518

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

Shades of Karaka #373518

Tints of Karaka #373518

Color information

#373518 (or 0x373518) is unknown color: approx Karaka. HEX triplet: 37, 35 and 18. RGB value is (55,53,24). Sum of RGB (Red+Green+Blue) = 55+53+24=132 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.67% from 132); Green value is 53 (21.09% from 255 or 40.15% from 132); Blue value is 24 (9.77% from 255 or 18.18% from 132); Max value from RGB is 55 - color contains mainly: red. Hex color #373518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373518 is #C8CAE7. Grayscale: #323232. Windows color (decimal): -13159144 or 1586487. OLE color: 1586487.

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

Color convert

RGB555324-
CMYK00.040.560.78
HSL56.13º39.24%15.49%-
HSV(B)56.13º56.36%21.57%-
XYZ3.013.421.37-
YUV50.29113.16131.36-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 41.67%
GREEN value IS 53 (21.09% from 255) = 40.15%
BLUE value IS 24 (9.77% from 255) = 18.18%
R=41.67%
G=40.15%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55532400.040.560.7856.1339.2415.49
Hex37351804384E3827f
Octal6765300470116704717
Binary11011111010111000010011100010011101110001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373518; }

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

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

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

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

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

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

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

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