#373819

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

Shades of Karaka #373819

Tints of Karaka #373819

Color information

#373819 (or 0x373819) is unknown color: approx Karaka. HEX triplet: 37, 38 and 19. RGB value is (55,56,25). Sum of RGB (Red+Green+Blue) = 55+56+25=136 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.44% from 136); Green value is 56 (22.27% from 255 or 41.18% from 136); Blue value is 25 (10.16% from 255 or 18.38% from 136); Max value from RGB is 56 - color contains mainly: green. Hex color #373819 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373819 is #C8C7E6. Grayscale: #343434. Windows color (decimal): -13158375 or 1652791. OLE color: 1652791.

HSL color Cylindrical-coordinate representation of color #373819: hue angle of 61.94º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #373819 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.78.

Color convert

RGB555625-
CMYK0.0200.550.78
HSL61.94º38.27%15.88%-
HSV(B)61.94º55.36%21.96%-
XYZ3.173.711.47-
YUV52.17112.67130.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 40.44%
GREEN value IS 56 (22.27% from 255) = 41.18%
BLUE value IS 25 (10.16% from 255) = 18.38%
R=40.44%
G=41.18%
B=18.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5556250.0200.550.7861.9438.2715.88
Hex37381920374E3e2610
Octal6770312067116764620
Binary11011111100011001100110111100111011111010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373819; }

 p { color: rgb(55,56,25); }

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

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

 a { background-color: rgb(55,56,25); }

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

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

 span { border-color: rgb(55,56,25); }

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