#373416

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

Shades of Karaka #373416

Tints of Karaka #373416

Color information

#373416 (or 0x373416) is unknown color: approx Karaka. HEX triplet: 37, 34 and 16. RGB value is (55,52,22). Sum of RGB (Red+Green+Blue) = 55+52+22=129 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.64% from 129); Green value is 52 (20.70% from 255 or 40.31% from 129); Blue value is 22 (8.98% from 255 or 17.05% from 129); Max value from RGB is 55 - color contains mainly: red. Hex color #373416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373416 is #C8CBE9. Grayscale: #313131. Windows color (decimal): -13159402 or 1455159. OLE color: 1455159.

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

Color convert

RGB555222-
CMYK00.050.60.78
HSL54.55º42.86%15.1%-
HSV(B)54.55º60%21.57%-
XYZ2.953.331.25-
YUV49.48112.49131.94-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.64%
GREEN value IS 52 (20.70% from 255) = 40.31%
BLUE value IS 22 (8.98% from 255) = 17.05%
R=42.64%
G=40.31%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.6
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55522200.050.60.7854.5542.8615.1
Hex373416053C4E372bf
Octal6764260574116675317
Binary11011111010010110010111110010011101101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373416; }

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

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

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

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

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

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

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

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