#373418

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

Shades of Karaka #373418

Tints of Karaka #373418

Color information

#373418 (or 0x373418) is unknown color: approx Karaka. HEX triplet: 37, 34 and 18. RGB value is (55,52,24). Sum of RGB (Red+Green+Blue) = 55+52+24=131 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.98% from 131); Green value is 52 (20.70% from 255 or 39.69% from 131); Blue value is 24 (9.77% from 255 or 18.32% from 131); Max value from RGB is 55 - color contains mainly: red. Hex color #373418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373418 is #C8CBE7. Grayscale: #313131. Windows color (decimal): -13159400 or 1586231. OLE color: 1586231.

HSL color Cylindrical-coordinate representation of color #373418: hue angle of 54.19º 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 #373418 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.78.

Color convert

RGB555224-
CMYK00.050.560.78
HSL54.19º39.24%15.49%-
HSV(B)54.19º56.36%21.57%-
XYZ2.973.331.35-
YUV49.7113.49131.78-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 41.98%
GREEN value IS 52 (20.70% from 255) = 39.69%
BLUE value IS 24 (9.77% from 255) = 18.32%
R=41.98%
G=39.69%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55522400.050.560.7854.1939.2415.49
Hex37341805384E3627f
Octal6764300570116664717
Binary11011111010011000010111100010011101101101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373418; }

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

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

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

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

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

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

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

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